/*
 * floppy mount entry for FastFileSystem
 * size 1148KB/2050KB
*/
        Device		= floppy.device
        Unit		= 0
        Flags		= 0       /* OpenDevice() flags */
        Surfaces	= 2
        BlockSize	= 512
        BlocksPerTrack	= 14
        Reserved	= 2
        LowCyl		= 0
        HighCyl		= 81
        Buffers		= 100     /* number of blocks */
        BufMemType	= 1       /* 1 = public */
        StackSize	= 2400
        Priority	= 10      /* filesystem task pri */
        MaxTransfer 	= 0x7FFFFFFF
        Mask		= 0x7FFFFFFE
        GlobVec         = -1
        Activate        = 1
        DosType		= 0x444F5305
/*
*/
