/*
 * Floppy.device mount entry
 * Size 960KB
*/
        Device		= floppy.device
        Unit		= 0                    
        Flags		= 0          /* open device flags */
        Surfaces	= 2                    
        BlockSize	= 512
        BlocksPerTrack	= 12
        Interleave	= 0
        Reserved	= 2          /* custom boot blocks >=1 */
        LowCyl		= 0
        HighCyl		= 79                 
        Buffers		= 100        /* number of blocks */
        BufMemType	= 1          /* 1 = public */
        StackSize	= 2400                    
        Priority	= 5          /* handler task pri */
        BootPri         = 5
        GlobVec         = -1         /* -1 = none */
        Mount           = 1
        DosType		= 0x444F5301
/*
*/
