home *** CD-ROM | disk | FTP | other *** search
/ Software 2000 / Software 2000 Volume 1 (Disc 1 of 2).iso / utilities / u242.dms / in.adf / devs / mountlist next >
Encoding:
Text File  |  1990-03-03  |  1.5 KB  |  100 lines

  1.  
  2.  
  3.  
  4.  
  5. /*  Mount Entry for the new Console Handler */
  6.  
  7. NEWCON: 
  8.     Handler = L:Newcon-Handler
  9.     Priority = 5
  10.     StackSize = 1000
  11.     Mount = 1
  12. #
  13.  
  14. /*  Mount Entry for the Recoverable Ram Disk */
  15.  
  16. RAD:    
  17.     Device = ramdrive.device
  18.     Unit   = 0
  19.     Flags  = 0
  20.     Surfaces  = 2
  21.     BlocksPerTrack = 11
  22.     Reserved = 2
  23.     Interleave = 0
  24.     LowCyl = 0  ;  HighCyl = 31
  25.     Buffers = 5
  26.     BufMemType = 1
  27.         Mount = 1
  28.     BootPri = -129
  29. #
  30.  
  31. /*  Mount Entry for the CrossDOS Drive [DF1:] */
  32.  
  33. ST1:
  34.     Device = mfm.device
  35.     Unit   = 1
  36.     Flags  = 1
  37.     Surfaces  = 2
  38.     BlocksPerTrack = 9
  39.     Reserved = 1
  40.     Interleave = 0
  41. /*    SecOrg = 1 */
  42.     LowCyl = 0;  HighCyl = 79
  43.  
  44.     FileSystem = L:MSDOSFileSystem
  45.     Buffers = 5
  46.     BufMemType = 0 
  47.     Stacksize = 4000
  48.     Priority = 5
  49.     GlobVec = -1
  50.     DosType = 0x4D534400 
  51.     Mount = 0;
  52. #
  53.  
  54. /*  Mount Entry for the CrossDOS Drive [DF2:] */
  55.  
  56. ST2:
  57.     Device = mfm.device
  58.     Unit   = 2
  59.     Flags  = 1
  60.     Surfaces  = 2
  61.     BlocksPerTrack = 9
  62.     Reserved = 1
  63.     Interleave = 0
  64. /*    SecOrg = 1 */
  65.     LowCyl = 0;  HighCyl = 79
  66.  
  67.     FileSystem = L:MSDOSFileSystem
  68.     Buffers = 5
  69.     BufMemType = 0 
  70.     Stacksize = 4000
  71.     Priority = 5
  72.     GlobVec = -1
  73.     DosType = 0x4D534400 
  74.     Mount = 0;
  75. #
  76.  
  77.  
  78.  
  79. /* MountList For Spirit's RD0 Recoverable Ram Disk */
  80.  
  81.  RD0:    Device = rd.device
  82.     FileSystem = l:FastFileSystem
  83.     DosType = 0x444f5301
  84.     Unit = 0
  85.     StackSize = 4000
  86.     Surfaces = 2
  87.     Flags = 0
  88.     BlocksPerTrack = 11
  89.     Reserved = 2
  90.     Interleave = 0
  91.     LowCyl = 0
  92.     HighCyl = 35
  93.     Buffers = 3
  94.     GlobVec = -1
  95.     BufMemType = 1
  96.     Mount = 1
  97. #
  98.  
  99.  
  100.