/* An example MOUNTLIST file enabling a 5" disk to be mounted
   as DF1: and an interactive serial port mounted as AUX:
*/

DF1:       Device = trackdisk.device
           Unit   = 1
           Flags  = 1
           Surfaces  = 2
           BlocksPerTrack = 11
           Reserved = 2
           Interleave = 0
           LowCyl = 0  ;  HighCyl = 39
           Buffers = 5
           BufMemType = 3 
#
/*  This is provided as an example of an alternative type of 
    non-filing device mount.  Please note that L:aux-handler
    is not provided, and thus this mount does not work.
*/

AUX:       Handler = L:aux-handler
           Stacksize = 700
           Priority = 5
#