/*
 * Recoverable RAM disk mount entry
 *
 * The maximum size of the disk is controlled by the value of the HighCyl
 * line. Increasing this value by 1 consumes an additional 11K of RAM.
 * So the default value of 79 consumes, when the disk full, around 880K of
 * memory.
 */

SD0:
	Device		= statram.device
	Unit		= 0
	Flags		= 0
	Surfaces	= 2
	BlocksPerTrack	= 11
	Reserved	= 2
	Interleave	= 0
	LowCyl		= 0
	HighCyl		= 79
	Buffers		= 5
	BufMemType	= 1
	StackSize	= 600
	Priority	= 5
	DosType		= 0x444F5301
	Mount		= 1
#
