home *** CD-ROM | disk | FTP | other *** search
/ Merciful 3 / Merciful_Release_3.bin / software / a / ami_cdfs / amicdfsv2.0.lha / AmiCDFS2 / CD0 < prev    next >
Text File  |  1996-02-21  |  495b  |  31 lines

  1. /* $VER: CD0 2.0 (11.1.96)
  2.  *
  3.  * CD-ROM filesystem mount entry
  4.  */
  5.  
  6. Device        = scsi.device
  7. Unit        = 1
  8. FileSystem    = L:AmiCDFS
  9. Flags        = 0
  10. BlocksPerTrack    = 32
  11. BlockSize    = 2048
  12. LowCyl        = 0
  13. HighCyl        = 11000
  14. Surfaces    = 1
  15. Buffers        = 64
  16. BufMemType    = 1
  17. Mask            = 0x7fffffff
  18. GlobVec        = -1
  19. Priority    = 10
  20. DosType        = 0x43444653
  21. StackSize    = 600
  22. Mount        = 1
  23.  
  24. Control        = "BL=8 FB=32"
  25.  
  26. /* Control field template:
  27.  *
  28.  * LC=LOWERCASE/S,TD=TRACKDISK/S,BL=BUFFERLINES/N,
  29.  * FB=FILEBUFFERS/N,DC=DISKCHANGE/N
  30.  */
  31.