Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-block
[linux-2.6] / arch / i386 / boot / mtools.conf.in
1 #
2 # mtools configuration file for "make (b)zdisk"
3 #
4
5 # Actual floppy drive
6 drive a:
7   file="/dev/fd0"
8
9 # 1.44 MB floppy disk image
10 drive v:
11   file="@OBJ@/fdimage" cylinders=80 heads=2 sectors=18 filter
12
13 # 2.88 MB floppy disk image (mostly for virtual uses)
14 drive w:
15   file="@OBJ@/fdimage" cylinders=80 heads=2 sectors=36 filter
16
17