/* multidisk file system entry
 *
 * This mounts a logical device on catweasel unit 0 for reading and
 * writing MS-DOS 9 sector Disks. Create mountlists for other units
 * by changing the number behind 'UNIT  = ' to 0, 1 or 2.
 */

FileSystem = DEVS:fat.handler
Device      = catweasel.device
Unit     = 0
Flags    = 2 /* makes a PC Disk driver */
BlockSize = 512
Surfaces = 2
BlocksPerTrack = 9
Reserved = 1
Interleave  = 0
LowCyl      = 0
HighCyl     = 79
Buffers     = 5
BufMemType  = 1
StackSize   = 2048
Priority = 5
GlobVec     = -1
DosType = 0x4D534400
Activate = 1
