https://github.com/torvalds/linux
Raw File
Tip revision: e4aa937ec75df0eea0bee03bffa3303ad36c986b authored by Linus Torvalds on 26 May 2013, 23:00:47 UTC
Linux 3.10-rc3
Tip revision: e4aa937
mtools.conf.in
#
# mtools configuration file for "make (b)zdisk"
#

# Actual floppy drive
drive a:
  file="/dev/fd0"

# 1.44 MB floppy disk image
drive v:
  file="@OBJ@/fdimage" cylinders=80 heads=2 sectors=18 filter

# 2.88 MB floppy disk image (mostly for virtual uses)
drive w:
  file="@OBJ@/fdimage" cylinders=80 heads=2 sectors=36 filter


back to top