home *** CD-ROM | disk | FTP | other *** search
/ The Epic Interactive Encyclopedia 1997 / The_Epic_Interactive_Encyclopedia_97.iso / amicdfilesystem / cd0 < prev    next >
Text File  |  1994-10-03  |  481b  |  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        = 0x7ffffffe
  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    = scsi.device
  25.  * Unit        = 2
  26.  * Control    = "L"
  27. */
  28.