/*	entry for MSX-like hardfile, unit 1 (MSX drive B:)

	This mountlist was contributed by Andrew G. Robson
	(a.g.robson@northumbria.ac.uk).
*/

    Device = fmsdisk.device
    Unit   = 1
    Flags  = 1
    Surfaces  = 2
    BlocksPerTrack = 9
    LowCyl = 0
    HighCyl = 79
    FileSystem = L:CrossDOSFileSystem
    Stacksize = 8192
    Priority = 5
    GlobVec = -1
    DosType = 0x4D534400
    BufMemType = 0

