/* MountList for V2.0 */

/*  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 */

PIPE:      
    Handler = L:Queue-Handler
    Stacksize = 3000
    Priority = 5
    GlobVec = -1
#

/* This is an example of a mount list entry for using the recoverable 
   ram disk.  Depending on the amount of memory you wish to devote to
   it, you may want to change the HighCyl value.
*/

RAD:       Device = ramdrive.device
           Unit   = 0
           Flags  = 0
           Surfaces  = 2
           BlocksPerTrack = 11
           Reserved = 2
           Interleave = 0
           LowCyl = 0  ;  HighCyl = 79
           Buffers = 5
           BufMemType = 1
#
DH2A:
	Device = gvpscsi.device
	FileSystem = L:FastfileSystem
	Unit = 003
	Flags = 0
	Surfaces = 16
	BlocksPerTrack = 56
	Reserved = 2
	Interleave = 0
	LowCyl = 1
	HighCyl = 1257
	Buffers = 32
	GlobVec = -1
	BufMemType = 1
	Mask = 0xFFFFFE
	MaxTransfer = 0x7FFFFFFF
	Mount = 1
	DosType = 0x444F5301
	StackSize = 4000
#

DH1A:
	Device = gvpscsi.device
	FileSystem = L:FastfileSystem
	Unit = 003
	Flags = 0
	Surfaces = 16
	BlocksPerTrack = 56
	Reserved = 2
	Interleave = 0
	LowCyl = 1258
	HighCyl = 1446
	Buffers = 32
	GlobVec = -1
	BufMemType = 1
	Mask = 0xFFFFFE
	MaxTransfer = 0x7FFFFFFF
	Mount = 1
	DosType = 0x444F5301
	StackSize = 4000
#
NET:       Stacksize  = 8000
           Priority   = 5
           GlobVec    = -1
           Unit       =  0
           Surfaces   = 0
           BlocksPerTrack = 0
           Reserved   = 0
           LowCyl     = 0
           HighCyl    = 0
           Filesystem = l:netdnet-handler
           Device     = none
#
DNET:      Stacksize  = 8000
           Priority   = 5
           GlobVec    = -1
           Unit       =  0
           Surfaces   = 0
           BlocksPerTrack = 0
           Reserved   = 0
           LowCyl     = 0
           HighCyl    = 0
           Filesystem = l:netdnet-handler
           Device     = none
#
DPIPE:	Handler = l:dpipe-handler
	Stacksize = 6000
	Priority = 5
	GlobVec  = 1
#

NULL:	   Handler = L:null-handler
	   Stacksize = 500
	   Priority = 5
	   GlobVec = 1
#

DH3A:
	Device = gvpscsi.device
	FileSystem = L:FastfileSystem
	Unit = 002
	Flags = 0
	Surfaces = 21
	BlocksPerTrack = 71
	Reserved = 2
	Interleave = 0
	LowCyl = 1078
	HighCyl = 1833
	Buffers = 32
	GlobVec = -1
	BufMemType = 0
	Mask = 0xFFFFFE
	MaxTransfer = 0x7FFFFFFF
	Mount = 1
	DosType = 0x444F5301
	StackSize = 4000
#

DH4A:
	Device = gvpscsi.device
	FileSystem = L:FastfileSystem
	Unit = 002
	Flags = 0
	Surfaces = 21
	BlocksPerTrack = 71
	Reserved = 2
	Interleave = 0
	LowCyl = 1834
	HighCyl = 2589
	Buffers = 32
	GlobVec = -1
	BufMemType = 0
	Mask = 0xFFFFFE
	MaxTransfer = 0x7FFFFFFF
	Mount = 1
	DosType = 0x444F5301
	StackSize = 4000
#

DH5A:
	Device = gvpscsi.device
	FileSystem = L:FastfileSystem
	Unit = 002
	Flags = 0
	Surfaces = 21
	BlocksPerTrack = 71
	Reserved = 2
	Interleave = 0
	LowCyl = 2590
	HighCyl = 2620
	Buffers = 64
	GlobVec = -1
	BufMemType = 0
	Mask = 0xFFFFFE
	MaxTransfer = 0x7FFFFFFF
	Mount = 1
	DosType = 0x444F5301
	StackSize = 4000
#




