home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Sound / Misc / MUSICX21.DMS / in.adf / devs / MountList < prev    next >
Encoding:
Text File  |  1993-12-13  |  622 b   |  33 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. /* Mount a 5.25" disk drive to be mounted as DF2: */
  21.  
  22. DF2:       Device = trackdisk.device
  23.            Unit   = 2
  24.            Flags  = 1
  25.            Surfaces  = 2
  26.            BlocksPerTrack = 11
  27.            Reserved = 2
  28.            Interleave = 0
  29.            LowCyl = 0  ;  HighCyl = 39
  30.            Buffers = 20
  31.            BufMemType = 3
  32. #
  33.