home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff240.lzh / CrossDOS / mountlist.msdosFS < prev    next >
Text File  |  1989-08-28  |  1KB  |  77 lines

  1. DI0:
  2.     Device = mfm.device
  3.     Unit   = 0
  4.     Flags  = 1                      /* Allow 5 1/4" drives */
  5.     Surfaces  = 2
  6.     BlocksPerTrack = 9
  7.     Reserved = 1
  8.     Interleave = 0
  9.     LowCyl = 0;  HighCyl = 79     /* 80 track drive */
  10.  
  11.     FileSystem = L:MSDOSFileSystem
  12.     Buffers = 5
  13.     BufMemType = 0 
  14.     Stacksize = 4000
  15.     Priority = 5
  16.     GlobVec = -1
  17.     DosType = 0x4D534400
  18.     Mount = 0;
  19. #
  20. DI1:
  21.     Device = mfm.device
  22.     Unit   = 1
  23.     Flags  = 1
  24.     Surfaces  = 2
  25.     BlocksPerTrack = 9              /* 9 sectors per track */
  26.     Reserved = 1
  27.     Interleave = 0
  28.     LowCyl = 0;  HighCyl = 79     /* 80 track drive */
  29.  
  30.     FileSystem = L:MSDOSFileSystem
  31.     Buffers = 5
  32.     BufMemType = 0 
  33.     Stacksize = 4000
  34.     Priority = 5
  35.     GlobVec = -1
  36.     DosType = 0x4D534400 
  37.     Mount = 0;
  38. #
  39. DI2:
  40.     Device = mfm.device
  41.     Unit   = 2
  42.     Flags  = 1
  43.     Surfaces  = 2
  44.     BlocksPerTrack = 9
  45.     Reserved = 1
  46.     Interleave = 0
  47.     LowCyl = 0;  HighCyl = 79
  48.  
  49.     FileSystem = L:MSDOSFileSystem
  50.     Buffers = 5
  51.     BufMemType = 0 
  52.     Stacksize = 4000
  53.     Priority = 5
  54.     GlobVec = -1
  55.     DosType = 0x4D534400 
  56.     Mount = 0;
  57. #
  58. DI3:
  59.     Device = mfm.device
  60.     Unit   = 3
  61.     Flags  = 1
  62.     Surfaces  = 2
  63.     BlocksPerTrack = 9
  64.     Reserved = 1
  65.     Interleave = 0
  66.     LowCyl = 0  ;  HighCyl = 79
  67.  
  68.     FileSystem = L:MSDOSFileSystem
  69.     Buffers = 5
  70.     BufMemType = 0 
  71.     Stacksize = 4000
  72.     Priority = 5
  73.     GlobVec = -1
  74.     DosType = 0x4D534400 
  75.     Mount = 0;
  76. #
  77.