xref: /linux/arch/x86/boot/mtools.conf.in (revision 44f57d78)
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
18