1#
2# mtools configuration file for "make (b)zdisk"
3#
4
5# Actual floppy drive
6drive a:
7  file="/dev/fd0"
8
9# 1.44 MB floppy disk image
10drive v:
11  file="@OBJ@/fdimage" cylinders=80 heads=2 sectors=18 filter
12
13# 2.88 MB floppy disk image (mostly for virtual uses)
14drive w:
15  file="@OBJ@/fdimage" cylinders=80 heads=2 sectors=36 filter
16
17# Hard disk (h: for the filesystem, p: for format - old mtools bug?)
18drive h:
19  file="@OBJ@/hdimage" offset=32768 mformat_only
20drive p:
21  file="@OBJ@/hdimage" partition=1 mformat_only
22