/* multidisk filesystem entry
 *
 * This mounts a logical device on catweasel unit 0 for reading and
 * writing Amiga HD Disks. Create mountlists for other units
 * by changing the number behind 'UNIT  = ' to 0, 1 or 2.
 */

FileSystem = DEVS:afs.handler
Device      = catweasel.device
Unit     = 0
Flags    = 1 /* format #1 = Amiga HD */
Surfaces = 2
BlocksPerTrack = 22
Reserved = 2
mask = 0x7ffffffc
MaxTransfer = 0x00200000
Interleave  = 0
LowCyl      = 0
HighCyl     = 79
Buffers     = 5
BufMemType  = 1
StackSize   = 4096
Priority = 5
GlobVec     = -1
ACTIVATE = 1

