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

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