home *** CD-ROM | disk | FTP | other *** search
/ Emulator Universe CD / emulatoruniversecd1998.iso / Amiga / ROMs / Barbarian.adf / devs / mountlist < prev    next >
Encoding:
Text File  |  1988-03-16  |  946 b   |  37 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. RES0:      Device = hddisk.device
  6.            Unit   = 1
  7.            Flags  = 0
  8.            Surfaces  = 5
  9.            BlocksPerTrack = 17
  10.            Reserved = 0
  11.            Interleave = 0
  12.            LowCyl = 0  ;  HighCyl = 1
  13.            Buffers = 5
  14.            BufMemType = 0
  15. #
  16. /*  This is provided as an example of an alternative type of 
  17.     non-filing device mount.  Please note that L:aux-handler
  18.     is not provided, and thus this mount does not work.
  19. */
  20.  
  21. AUX:       Handler = L:aux-handler
  22.            Stacksize = 700
  23.            Priority = 5
  24. #
  25. SCSI:      Device = hddisk.device
  26.            Unit   = 3
  27.            Flags  = 0
  28.            Surfaces  = 4
  29.            BlocksPerTrack = 17
  30.            Reserved = 2
  31.            Interleave = 0
  32.            LowCyl = 2  ;  HighCyl = 611
  33.            Buffers = 15
  34.            BufMemType = 0
  35. #
  36.  
  37.