
/*	Flags for PFS:
 *
 *	Bit 0:	(1)	not used for PFS (FFS only)
 *	Bit 1:	(2)	same for FFS (1 = allow 82 Cyls)
 *			remember to set the 'HighCyl' to the correct
 *			value.
 *	Bit 2:	(4)	same for FFS (1 = allow HD-Mode)
 *	Bit 3:  (8)	not used
 *	Bit 4:	(16)	verify mode (1 = switch on verify)
 *	
 *	For changing the flags you have to add the values in brackets behind 
 *	the bitnumbers. e.g. You wish to use bit 1 + 2 (HD with 82 Cyls). So
 *	you need to add 2 + 4 = 6 = value for the flags.
 */

FileSystem	= l:ProfFileSystem
Device		= diskspare.device
Priority	= 10
Mount		= 1
Unit		= 0
Flags		= 0x16		/*	verify | HD/DD | 82 Cyls */
Surfaces	= 2
BlockSize	= 512
BlocksPerTrack  = 24
Reserved	= 2
Interleave	= 0
LowCyl		= 0
HighCyl		= 81
StackSize	= 5000
Buffers		= 5
BufMemType	= 1
GlobVec		= -1
DosType		= 0x50465300
MaxTransfer 	= 2097152
Mask		= 0x0ffffffe
