0001 #
0002 # mtools configuration file for "make (b)zdisk"
0003 #
0004
0005 # Actual floppy drive
0006 drive a:
0007 file="/dev/fd0"
0008
0009 # 1.44 MB floppy disk image
0010 drive v:
0011 file="@OBJ@/fdimage" cylinders=80 heads=2 sectors=18 filter
0012
0013 # 2.88 MB floppy disk image (mostly for virtual uses)
0014 drive w:
0015 file="@OBJ@/fdimage" cylinders=80 heads=2 sectors=36 filter
0016
0017 # Hard disk (h: for the filesystem, p: for format - old mtools bug?)
0018 drive h:
0019 file="@OBJ@/hdimage" offset=32768 mformat_only
0020 drive p:
0021 file="@OBJ@/hdimage" partition=1 mformat_only