https://github.com/torvalds/linux
Raw File
Tip revision: d72e90f33aa4709ebecc5005562f52335e106a60 authored by Linus Torvalds on 22 July 2018, 21:12:20 UTC
Linux 4.18-rc6
Tip revision: d72e90f
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