home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 1: Collection A / 17Bit_Collection_A.iso / files / 1145.dms / in.adf / Devs / MountList < prev    next >
Encoding:
Text File  |  1987-08-15  |  1.1 KB  |  44 lines

  1. /* An example MOUNTLIST file enabling a 5" disk to be mounted
  2.    as DF1: and an interactive serial port mounted as AUX:
  3. */
  4.  
  5. DF1:       Device = trackdisk.device
  6.            Unit   = 1
  7.            Flags  = 1
  8.            Surfaces  = 2
  9.            BlocksPerTrack = 11
  10.            Reserved = 2
  11.            PreAlloc = 01
  12.            Interleave = 0
  13.            LowCyl = 0  ;  HighCyl = 39
  14.            Buffers = 15
  15.            BufMemType = 3 
  16. #
  17. DF2:       Device = trackdisk.device
  18.            Unit   = 2
  19.            Flags  = 1
  20.            Surfaces  = 2
  21.            BlocksPerTrack = 11
  22.            Reserved = 2
  23.            PreAlloc = 11
  24.            Interleave = 0
  25.            LowCyl = 0  ;  HighCyl = 39
  26.            Buffers = 5
  27.            BufMemType = 3 
  28. #
  29. /*  This is provided as an example of an alternative type of 
  30.     non-filing device mount.  Please note that L:aux-handler
  31.     is not provided, and thus this mount does not work.
  32. */
  33.  
  34. AUX:       Handler = L:aux-handler
  35.            Stacksize = 700
  36.            Priority = 5
  37. #
  38.  
  39. VDK:       handler = L:vdk-handler
  40.            stacksize = 2000
  41.            priority = 5
  42.            globvec = 0xffffffff
  43. #
  44.