This commit is contained in:
Jonathan Campbell
2014-03-29 10:55:16 -07:00
parent da0094798c
commit 4603065b9b

View File

@@ -1,7 +1,7 @@
If no floppies are mounted, MSD.EXE reports two 5.25" 360KB floppy drives (wrong!).
If at least one floppy drive is mounted, MSD.EXE correctly reports the floppy drives in the system.
If running MSD.EXE from DOSBox's internal command prompt, MSD.EXE reports a 360KB floppy drive with
wildly incorrect geometry (264 tracks and 40 heads!) and DOSBox prints a debug message stating that
an unsupported IOCTL was issued. Hm...
If running MSD.EXE from DOSBox's internal command prompt and no floppy drives mounted, MSD.EXE
reports a 360KB floppy drive with wildly incorrect geometry (264 tracks and 40 heads!) and
DOSBox prints a debug message stating that an unsupported IOCTL was issued.