home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 18 / amigaformatcd18.iso / -in_the_mag- / emulation / fd / fd0 < prev    next >
Text File  |  1997-08-01  |  789b  |  28 lines

  1. /* X file system entry
  2.  *
  3.  * This mount file enables reading and writing of disks
  4.  * on the built-in floppy drive normally referred to as DF0:.
  5.  * FD1 does the same for DF1. By creating new versions of this
  6.  * file and changing the Unit line to use other numbers, you
  7.  * can make the X file system available on other devices. For
  8.  * example, changing the value of Unit to 2 would create a
  9.  * mount file for accessing floppies on DF2.
  10.  */
  11.  
  12. FileSystem     = L:xfsd
  13. Device         = fd.device
  14. Unit           = 0
  15. Flags          = 0
  16. Surfaces       = 2
  17. BlocksPerTrack = 11
  18. Reserved       = 0
  19. Interleave     = 0
  20. LowCyl         = 0
  21. HighCyl        = 79
  22. Buffers        = 15
  23. BufMemType     = 1
  24. StackSize      = 10000
  25. Priority       = 8
  26. GlobVec        = -1
  27. DosType        = 0x444F5300 /* 'DOS\x00' */
  28.