Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
1.8 KiB

  1. <HTML>
  2. <HEAD>
  3. <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-
  4. 1252">
  5. <META NAME="Generator" CONTENT="Microsoft Word 97">
  6. <TITLE>SFloppy</TITLE>
  7. </HEAD>
  8. <BODY LINK="#0000ff">
  9. <FONT FACE="Verdana" SIZE=5><H2>SFloppy</H2>
  10. </FONT><FONT FACE="Verdana" SIZE=2>
  11. <P><span style="color:#FF0000;font-size:10pt;font-family:Arial">[This is preliminary
  12. documentation and subject to change.]</span></P>
  13. <H3>SUMMARY</H3></FONT><FONT FACE="Verdana" SIZE=2><P>
  14. The sfloppy sample is a super floppy driver that resides in the directory \\Ntddk\Src\Storage\sfloppy.
  15. It is a class driver for Super Floppy disk drives. It
  16. sits a level above the port driver (ATAPI, USB, etc) in the driver stack, and brokers
  17. communication between the application
  18. level and the port driver. The floppy driver takes requests from filesystem drivers and then sends the appropriate SCSI_REQUEST_BLOCK (SRB)
  19. to the port driver. It is compatible with x86 and IA64 platforms.<P>
  20. <H3>BUILDING THE SAMPLE</H3></FONT><FONT FACE="Verdana"
  21. SIZE=2><P>
  22. Type <B>build</B> in the \\Ntddk\Src\Storage\Sfloppy directory. A successful build produces sfloppy.sys
  23. <H3>CODE TOUR</H3>
  24. <H4>File Manifest</H4>
  25. </FONT><U><PRE>File&#9;&#9;Description
  26. </U>
  27. Floppy.c&#9;Super Floppy diskette driver
  28. SFloppy.rc&#9;Resource file
  29. Sources&#9; Sources for build
  30. Sfloppy.inf&#9;INF file super floppy driver
  31. <P>
  32. </FONT><P ALIGN="CENTER"><A HREF="#top"><FONT FACE="Verdana" SIZE=2>Top of page</FONT></A><FONT FACE="Verdana" SIZE=2> </P></FONT>
  33. <TABLE CELLSPACING=0 BORDER=0 WIDTH=624>
  34. <TR><TD VALIGN="MIDDLE" BGCOLOR="#00ffff" HEIGHT=2>
  35. <P></TD>
  36. </TR>
  37. </TABLE>
  38. <FONT FACE="MS Sans Serif" SIZE=1><P>&copy; 1999 Microsoft Corporation</FONT><FONT FACE="Verdana" SIZE=2> </P></FONT></BODY>
  39. </HTML>