home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / tools / workbench / xfs / devs / dosdrivers / file0 < prev    next >
Encoding:
Text File  |  1998-05-04  |  574 b   |  25 lines

  1. /* $VER: FILE0 2.13 (4.5.98)
  2.  *
  3.  * X file system entry
  4.  *
  5.  * This mount file enables reading and writing of virtual disks
  6.  * which exist as files (disk images) on other disks.
  7.  */
  8.  
  9. FileSystem     = L:xfsd
  10. Device         = file.device
  11. Unit           = 0
  12. Flags          = 0 /* NEW usage from V2.13b, see mount.xfsd */
  13. Surfaces       = 2
  14. BlocksPerTrack = 11
  15. Reserved       = 0
  16. Interleave     = 0
  17. LowCyl         = 0
  18. HighCyl        = 79
  19. Buffers        = 15
  20. BufMemType     = 1
  21. StackSize      = 16000
  22. Priority       = 8
  23. GlobVec        = -1
  24. DosType        = 0x58465344 /* 'XFSD' */
  25.