diff options
| author | Den Delimarsky <[email protected]> | 2019-03-13 21:54:14 -0700 |
|---|---|---|
| committer | Den Delimarsky <[email protected]> | 2019-03-13 21:54:14 -0700 |
| commit | 41c29cb92feff490270b4ce31f67d7baddecc457 (patch) | |
| tree | 3601c61d3cf6919f2bea780cbdc3f4f3922d914f /general/ioctl | |
| parent | 18cabc43191fd82420adcfac56c0361de98360c9 (diff) | |
Update README files4492244921449204491944918449174491644915449144491344912449114491044909449084490744906449054490444903449024490144900448994489844897448964489544894448934489244891448904488944888448874488644885448844488344882448814488044879448784487744876448754487444873448724487144870448694486844867448664486444863448624486144860448594485844857448564485544854448534485244851448504484944848448474484644845448444484344842
Diffstat (limited to 'general/ioctl')
| -rw-r--r-- | general/ioctl/kmdf/README.md | 2 | ||||
| -rw-r--r-- | general/ioctl/wdm/README.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/general/ioctl/kmdf/README.md b/general/ioctl/kmdf/README.md index ed04bc3b..edfc3651 100644 --- a/general/ioctl/kmdf/README.md +++ b/general/ioctl/kmdf/README.md @@ -74,4 +74,4 @@ KmdfService = \<your driver service name here\>, \<driver service install subsec KmdfLibraryVersion = \<version bound to here, in Major.minor format\> -For example, for V1.0 KmdfLibraryVersion is "1.0"
\ No newline at end of file +For example, for V1.0 KmdfLibraryVersion is "1.0" diff --git a/general/ioctl/wdm/README.md b/general/ioctl/wdm/README.md index e1f9cf7c..76717ec8 100644 --- a/general/ioctl/wdm/README.md +++ b/general/ioctl/wdm/README.md @@ -28,4 +28,4 @@ The sample consists of a legacy device driver and a Win32 console test applicati # Run the sample -To test this driver, copy the test app, Ioctlapp.exe, and the driver to the same directory, and run the application. The application will automatically load the driver, if it's not already loaded, and interact with the driver. When you exit the application, the driver will be stopped, unloaded and removed.
\ No newline at end of file +To test this driver, copy the test app, Ioctlapp.exe, and the driver to the same directory, and run the application. The application will automatically load the driver, if it's not already loaded, and interact with the driver. When you exit the application, the driver will be stopped, unloaded and removed. |
