summaryrefslogtreecommitdiff
path: root/general/SystemDma/wdm
diff options
context:
space:
mode:
Diffstat (limited to 'general/SystemDma/wdm')
-rw-r--r--general/SystemDma/wdm/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/general/SystemDma/wdm/README.md b/general/SystemDma/wdm/README.md
index 4e2dbab6..23315a12 100644
--- a/general/SystemDma/wdm/README.md
+++ b/general/SystemDma/wdm/README.md
@@ -26,4 +26,4 @@ The sample consists of a legacy device driver and a Win32 console mode test appl
## Run the sample
-To test this driver, copy the test app, SystemDmaApp.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 app, the driver will be stopped, unloaded and removed. Because no system DMA controller exists for Windows which uses the advertised DRQ, the sample driver will not proceed any further than failing to acquire a system DMA adapter. \ No newline at end of file
+To test this driver, copy the test app, SystemDmaApp.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 app, the driver will be stopped, unloaded and removed. Because no system DMA controller exists for Windows which uses the advertised DRQ, the sample driver will not proceed any further than failing to acquire a system DMA adapter.