summaryrefslogtreecommitdiff
path: root/storage/sfloppy/ReadMe.md
diff options
context:
space:
mode:
Diffstat (limited to 'storage/sfloppy/ReadMe.md')
-rw-r--r--storage/sfloppy/ReadMe.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/storage/sfloppy/ReadMe.md b/storage/sfloppy/ReadMe.md
new file mode 100644
index 00000000..f30bca12
--- /dev/null
+++ b/storage/sfloppy/ReadMe.md
@@ -0,0 +1,15 @@
+Super Floppy (sfloppy) Storage Class Driver
+===========================================
+
+The sfloppy sample is a super floppy driver. This driver is a class driver for Super Floppy disk drives.
+
+## Universal Compliant
+This sample builds a Windows Universal driver. It uses only APIs and DDIs that are included in Windows Core.
+
+Installation and Operation
+--------------------------
+
+This sample sits a level above the port driver (ATAPI, USB, and so on) in the driver stack and controls communication between the application level and the port driver. The floppy driver takes requests from file system drivers and then sends the appropriate [**SCSI\_REQUEST\_BLOCK**](http://msdn.microsoft.com/en-us/library/windows/hardware/ff565393) (SRB) to the port driver.
+
+For more information, see [Introduction to Storage Class Drivers](http://msdn.microsoft.com/en-us/library/windows/hardware/ff559215) in the storage technologies design guide.
+