home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / devs / mountlist.example < prev    next >
Text File  |  1995-02-27  |  723b  |  22 lines

  1. /************************************************************/
  2. /*  AsimCDFS MountList entry -- ©1992 Asimware Innovations  */
  3. /************************************************************/
  4. CD0:
  5.    Device         = scsi.device   /* change to your SCSI driver name */
  6.    Unit           = 6             /* change to your SCSI unit # */
  7.    Buffers        = 288
  8.    Flags          = 0             /* Normal=0, CDTV=2, HD=1, NO_LUNS=4 */
  9.    FileSystem     = l:AsimCDFS
  10.    BufMemType     = 5
  11.    DosType        = 0x662dabac
  12.    GlobVec        = -1
  13.    Mount          = 1
  14.    Reserved       = 0
  15.    LowCyl         = 0
  16.    HighCyl        = 999
  17.    Surfaces       = 1
  18.    BlocksPerTrack = 32
  19.    Priority       = 10
  20.    StackSize      = 5000
  21. #
  22.