/* MountList for V1.3 */

/*  Mount Entry for the new Console Handler */

NEWCON:
    Handler = L:Newcon-Handler
    Priority = 5
    StackSize = 1000
#

/* This is an example of a non-filing system mount using a handler written
   in C.
*/

SPEAK:
    Handler = L:Speak-Handler
    Stacksize = 6000
    Priority = 5
    GlobVec = -1
#

/*  This is an example of an alternative type of non-filing device mount,
    used to mount the non-buffered serial handler
*/

AUX:
    Handler = L:Aux-Handler
    Stacksize = 1000
    Priority = 5
#
/*  This is a non-filing system device */

DF1:       Device = trackdisk.device
           Unit   = 2
           Flags  = 1
           Surfaces  = 2
           BlocksPerTrack = 11
           Reserved = 2
           Interleave = 0
           LowCyl = 0  ;  HighCyl = 79
           Buffers = 20
           BufMemType = 3
#
