home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 2: Collection B / 17Bit_Collection_B.iso / files / 1645.dms / in.adf / devs / mountlist < prev    next >
Encoding:
Text File  |  1992-01-28  |  955 b   |  43 lines

  1. /* MountList for V1.3 */
  2.  
  3. /*  Mount Entry for the new Console Handler */
  4.  
  5. NEWCON: 
  6.     Handler = L:Newcon-Handler
  7.     Priority = 5
  8.     StackSize = 1000
  9. #
  10.  
  11. /* This is an example of a mount list entry for using the recoverable 
  12.    ram disk.  Depending on the amount of memory you wish to devote to
  13.    it, you may want to change the HighCyl value.
  14. */
  15.  
  16. RAD:       Device = ramdrive.device
  17.            Unit   = 2
  18.            Flags  = 0
  19.            Surfaces  = 2
  20.            BlocksPerTrack = 11
  21.            Reserved = 2
  22.            Interleave = 0
  23.            LowCyl = 0  ;  HighCyl = 79
  24.            Buffers = 1
  25.            BufMemType = 5
  26.        Mount = 1
  27.        BootPri = -128
  28.        Priority = 5
  29. #
  30.  
  31.  
  32. DF1:       Device = trackdisk.device
  33.            Unit   = 1
  34.            Flags  = 1
  35.            Surfaces  = 2
  36.            BlocksPerTrack = 11
  37.            Reserved = 2
  38.            Interleave = 0
  39.            LowCyl = 0  ;  HighCyl = 79
  40.            Buffers = 20
  41.            BufMemType = 3
  42. #
  43.