home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / storage / dosdrivers / mcd0 < prev    next >
Text File  |  1995-02-27  |  516b  |  28 lines

  1. /* $VER: CD0 37.1 (3.10.94)
  2.  *
  3.  * CD-ROM filesystem mount entry
  4.  */
  5.  
  6. FileSystem  = L:AmiCDFileSystem
  7. Flags    = 0
  8. BlocksPerTrack = 32
  9. BlockSize   = 2048
  10. Mask     = 0x7ffffffc
  11. LowCyl      = 0
  12. HighCyl     = 11000
  13. Surfaces = 1
  14. Buffers     = 30 /* Number of standard buffers */
  15. BufMemType  = 1
  16. GlobVec     = -1
  17. Priority = 10
  18. DosType     = 0x41434400
  19. StackSize   = 600
  20.  
  21. /* The Device, Unit and Control fields are controlled by ToolTypes in the
  22.  * icon.
  23.  *
  24.  * Device   = z3scsi.device
  25.  * Unit     = 0
  26.  * Control  = "L"
  27. */
  28.