Metropoli BBS
VIEWER: pc4 MODE: TEXT (ASCII)
/* $VER: PC4 37.2 (29.1.94)
 *
 * Recoverable RAM disk mount entry using CrossDOS
 *
 * The maximum size of the disk is controlled by the value of the HighCyl
 * line. Increasing this value by 1 consumes an additional 9K of RAM.
 * So the default value of 79 consumes, when the disk full, around 720K of
 * memory.
 */

FileSystem	= L:CrossDOSFileSystem
Device		= statram.device
Flags		= 0
Surfaces	= 2
Reserved	= 1
Interleave	= 0
LowCyl		= 0
Buffers		= 5
StackSize	= 600
Priority	= 10
DosType		= 0x4D534400
GlobVec		= -1
Mount		= 1

/* The Unit, BlocksPerTrack, HighCyl and BufMemType fields are controlled by
 * tooltypes in the icon.
 *
 * Unit			= 0
 * BlocksPerTrack	= 9
 * HighCyl		= 79
 * BufMemType		= 1
 */
[ RETURN TO DIRECTORY ]