home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 18 / amigaformatcd18.iso / -in_the_mag- / emulation / fd / mountlist.fd < prev    next >
Text File  |  1997-08-01  |  2KB  |  81 lines

  1. /* X file system entry
  2.  *
  3.  * This mount file enables reading of disks via fd.device and
  4.  * XFSD handler, which should be in DEVS: and L: respectively
  5.  * before the first MOUNT command is issued, e.g.
  6.  * mount FD0: from DEVS:mountlist.fd   (or FD1:, FD2:, FD3:)
  7.  */
  8.  
  9. FD0:
  10. FileSystem     = L:xfsd
  11. Device         = fd.device
  12. Unit           = 0
  13. Flags          = 0
  14. Surfaces       = 2
  15. BlocksPerTrack = 11
  16. Reserved       = 0
  17. Interleave     = 0
  18. LowCyl         = 0
  19. HighCyl        = 79
  20. Buffers        = 15
  21. BufMemType     = 1
  22. StackSize      = 10000
  23. Priority       = 8
  24. GlobVec        = -1
  25. DosType        = 0x444F5300 /* 'DOS\x00' */
  26.  
  27. FD1:
  28. FileSystem     = L:xfsd
  29. Device         = fd.device
  30. Unit           = 1
  31. Flags          = 0
  32. Surfaces       = 2
  33. BlocksPerTrack = 11
  34. Reserved       = 0
  35. Interleave     = 0
  36. LowCyl         = 0
  37. HighCyl        = 79
  38. Buffers        = 15
  39. BufMemType     = 1
  40. StackSize      = 10000
  41. Priority       = 8
  42. GlobVec        = -1
  43. DosType        = 0x444F5300 /* 'DOS\x00' */
  44.  
  45. FD2:
  46. FileSystem     = L:xfsd
  47. Device         = fd.device
  48. Unit           = 2
  49. Flags          = 0
  50. Surfaces       = 2
  51. BlocksPerTrack = 11
  52. Reserved       = 0
  53. Interleave     = 0
  54. LowCyl         = 0
  55. HighCyl        = 79
  56. Buffers        = 15
  57. BufMemType     = 1
  58. StackSize      = 10000
  59. Priority       = 8
  60. GlobVec        = -1
  61. DosType        = 0x444F5300 /* 'DOS\x00' */
  62.  
  63. FD3:
  64. FileSystem     = L:xfsd
  65. Device         = fd.device
  66. Unit           = 3
  67. Flags          = 0
  68. Surfaces       = 2
  69. BlocksPerTrack = 11
  70. Reserved       = 0
  71. Interleave     = 0
  72. LowCyl         = 0
  73. HighCyl        = 79
  74. Buffers        = 15
  75. BufMemType     = 1
  76. StackSize      = 10000
  77. Priority       = 8
  78. GlobVec        = -1
  79. DosType        = 0x444F5300 /* 'DOS\x00' */
  80.  
  81.