aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/um/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2017-04-27 19:19:56 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2017-04-27 19:19:56 +0300
commit974bd0388994715b4fa35ac54986e3c1ed4e3f55 (patch)
tree53b23c15bde662804ecb7ef8f54026ff883a7cc2 /um/README.md
parentsysenter: add missing configurations to solution (diff)
downloadwindows7-drivers-974bd0388994715b4fa35ac54986e3c1ed4e3f55.tar.gz
windows7-drivers-974bd0388994715b4fa35ac54986e3c1ed4e3f55.zip
reorganize files
* src/ -> km/src/ * utils/ -> um/ * Move WDK 7.1-specific *.bat files to km/build/wdk7.1/ * Move WDK 8.1 Update 1 solutions to km/build/wdk8.1update/
Diffstat (limited to 'um/README.md')
-rw-r--r--um/README.md38
1 files changed, 38 insertions, 0 deletions
diff --git a/um/README.md b/um/README.md
new file mode 100644
index 0000000..f18091a
--- /dev/null
+++ b/um/README.md
@@ -0,0 +1,38 @@
+Driver utilities
+================
+
+A couple of usage examples are included along with the drivers.
+
+* [libservice]: Utilities to load/unload the drivers.
+* [libsimple]: [simple] driver usage examples.
+* [libnt_path_converter]: [nt_path_converter] driver usage examples.
+
+[libservice]: libservice/README.md
+[libsimple]: libsimple/README.md
+[simple]: ../km/src/simple
+[libnt_path_converter]: libnt_path_converter/README.md
+[nt_path_converter]: ../km/src/special/nt_path_converter
+
+Building the utilities
+----------------------
+
+Create the build files using CMake and build using Visual Studio.
+
+For example, using Visual Studio 2013 Update 4 for Windows Desktop (targetting
+x86):
+
+ > cd
+ C:\workspace\build\windows7-drivers
+
+ > cmake -G "Visual Studio 12 2013" C:\workspace\personal\windows7-drivers\um
+ ...
+
+ > msbuild windows7_drivers_utils.sln
+ ...
+
+See also
+--------
+
+* [License]
+
+[License]: ../README.md#license