home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Sound / Misc / MUSICX23.DMS / in.adf / devs / MountList next >
Encoding:
Text File  |  1989-07-04  |  1.1 KB  |  50 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 a non-filing system device */
  12.  
  13. PIPE:      
  14.     Handler = L:Pipe-Handler
  15.     Stacksize = 6000
  16.     Priority = 5
  17.     GlobVec = -1
  18. #
  19.  
  20. /* This is an example of a mount list entry for using the recoverable 
  21.    ram disk.  Depending on the amount of memory you wish to devote to
  22.    it, you may want to change the HighCyl value.
  23. */
  24.  
  25. RAD:       Device = ramdrive.device
  26.            Unit   = 0
  27.            Flags  = 0
  28.            Surfaces  = 2
  29.            BlocksPerTrack = 11
  30.            Reserved = 2
  31.            Interleave = 0
  32.            LowCyl = 0  ;  HighCyl = 21
  33.            Buffers = 5
  34.            BufMemType = 1
  35. #
  36.  
  37. /* Mount a 5.25" disk drive to be mounted as DF2: */
  38.  
  39. DF2:       Device = trackdisk.device
  40.            Unit   = 2
  41.            Flags  = 1
  42.            Surfaces  = 2
  43.            BlocksPerTrack = 11
  44.            Reserved = 2
  45.            Interleave = 0
  46.            LowCyl = 0  ;  HighCyl = 39
  47.            Buffers = 20
  48.            BufMemType = 3
  49. #
  50.