/* CrossDOS file system entry
 *
 * This file enables CrossDOS on the built-in floppy drive normally
 * referred to as DF0:. PC1 does the same for DF1. By creating new versions
 * of this file and changing the Unit line to use other numbers, you can
 * make CrossDOS available on other devices. For example, changing the value
 * of Unit to 2 would create a mount file that would enable CrossDOS on DF2.
 */

FileSystem	= L:CrossDOSFileSystem
Device		= mfm.device
Unit		= 0
Flags		= 1
Surfaces	= 2
BlocksPerTrack	= 9
Reserved	= 1
Interleave	= 0
LowCyl		= 0
HighCyl		= 79
Buffers		= 5
BufMemType	= 0
StackSize	= 600
Priority	= 5
GlobVec		= -1
DosType		= 0x4D534400