home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 23 / af023b.adf / devs / Mountlist < prev    next >
Text File  |  1986-11-04  |  673b  |  25 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.            Interleave = 0
  12.            LowCyl = 0  ;  HighCyl = 39
  13.            Buffers = 5
  14.            BufMemType = 3 
  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.