summaryrefslogtreecommitdiffstats
path: root/private/mvdm/vdd/samples/readme
diff options
context:
space:
mode:
Diffstat (limited to 'private/mvdm/vdd/samples/readme')
-rw-r--r--private/mvdm/vdd/samples/readme11
1 files changed, 11 insertions, 0 deletions
diff --git a/private/mvdm/vdd/samples/readme b/private/mvdm/vdd/samples/readme
new file mode 100644
index 000000000..cac67605e
--- /dev/null
+++ b/private/mvdm/vdd/samples/readme
@@ -0,0 +1,11 @@
+SAMPLE1 - This directory contains a rudimentary structure for application
+ based-intercept approach for writing a VDD. The details for this
+ approach are given in the Virtual Device Driver chapter. "fax16"
+ is a sub-directory, which has a minimal FAX stub device driver.
+ FAX32 directory has the sources for a FAX VDD. {fax16.sys,fax32.dll}
+
+SAMPLE2 - This directory contains a rudimentary structure for NTVDM
+ based-intercept approach for writing a VDD. The details for this
+ approach are given in the Virtual Device Driver chapter. "16bits"
+ is a sub-directory, which has a test device driver. VDD
+ directory has the sources for VDD. {16bits.exe,vdd.dll)