/* Mountlist entry for the unlimited source of NUL bytes (just a handler) */
ZERO:
	EHandler	= nil-handler
	Activate	= 1
#

ROOT:
	EHandler	= rootfs-handler
	Activate	= 1
#

/* Entry for a file mounted as filesystem AFD0: */
AFD0:
	FileSystem	= afs-handler
	Device		= fdsk.device
	Unit		= 0
	BlockSize	= 512
	Surfaces	= 2
	BlocksPerTrack	= 11
	LowCyl		= 0
	HighCyl		= 79
	Reserved	= 2
	Activate	= 1
#

/* Entry for a file mounted as filesystem AFD1: */
AFD1:
	FileSystem	= afs-handler
	Device		= fdsk.device
	Unit		= 1
	BlockSize	= 512
	Surfaces	= 2
	BlocksPerTrack	= 11
	LowCyl		= 0
	HighCyl		= 79
	Reserved	= 2
	Activate	= 1
#

/* Entry for a file mounted as filesystem AFD2: */
AFD2:
	FileSystem	= afs-handler
	Device		= fdsk.device
	Unit		= 2
	BlockSize	= 512
	Surfaces	= 2
	BlocksPerTrack	= 11
	LowCyl		= 0
	HighCyl		= 79
	Reserved	= 2
	Activate	= 1
#

/* Entry for a file mounted as filesystem AFD3: */
AFD3:
	FileSystem	= afs-handler
	Device		= fdsk.device
	Unit		= 3
	BlockSize	= 512
	Surfaces	= 2
	BlocksPerTrack	= 11
	LowCyl		= 0
	HighCyl		= 79
	Reserved	= 2
	Activate	= 1
#

/* Entry for a ramdrive disk */
RAD:
	FileSystem	= afs-handler
	Device		= ramdrive.device
	Unit		= 0
	BlockSize	= 512
	Surfaces	= 2
	BlocksPerTrack	= 11
	LowCyl		= 0
	HighCyl		= 79
	Reserved	= 2
	Activate	= 1
#

/* Entry for a ramdrive disk */
RAD2:
	FileSystem	= afs-handler
	Device		= ramdrive.device
	Unit		= 1
	BlockSize	= 512
	Surfaces	= 2
	BlocksPerTrack	= 11
	LowCyl		= 0
	HighCyl		= 79
	Reserved	= 2
	Activate	= 1
#

/* Entry for host's unix home directory */

HOME:

	FileSystem     = emul-handler
	Device         = Home:~
	LowCyl	       = 0
	HighCyl	       = 0
	Surfaces       = 1
	BlocksPerTrack = 1
	DOSType	       = 0x454D5500
	Activate       = 1
#

/* Entry for host's unix usr directory */

USR:
	FileSystem     = emul-handler
	Device         = USR:/usr
	LowCyl	       = 0
	HighCyl	       = 0
	Surfaces       = 1
	BlocksPerTrack = 1
	DOSType	       = 0x454D5500
	Activate       = 1
#

/* Additional unix directories can be mounted the same way, ie. with */
/* Filesytem set to "emul-handler" and Device encoding volume name   */
/* and unix path like this: <volumename>:<pathname>                  */

/* Entry for FAT12/16/32 image (ie MSDOS/Win95/98 filesystem) */

FAT:
        FileSystem     = fat-handler
        Device         = fdsk.device
        Unit           = 0
	LowCyl	       = 0
	HighCyl	       = 0
	Surfaces       = 1
	BlocksPerTrack = 1
	DOSType	       = 0x46415400
	Activate       = 1
#

/* Entry for SFS image */

SFS:
        FileSystem     = sfs-handler
        Device         = fdsk.device
        Unit           = 0
        LowCyl         = 0
        HighCyl        = 0
        Surfaces       = 1
        BlocksPerTrack = 1
        DOSType        = 0x53465300
        Activate       = 1
#

/* Entry for ISO image */

CD0:
        FileSystem     = cdrom-handler
        Device         = fdsk.device
        Unit           = 0
        LowCyl         = 0
        HighCyl        = 0
        Surfaces       = 1
        BlocksPerTrack = 1
        DOSType        = 0x41434400
        Activate       = 1
#
