mtools.conf.in 513 B

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