> Am 01.05.2024 um 01:19 schrieb Ben Russell via Freedos-devel 
> <freedos-devel@lists.sourceforge.net>:
> 
> However, a proper fix for this should be something like this, executed before 
> one attempts to use INT 0x13:
> 
> ;; Work around a bug in 1997 PhoenixBIOS 4.0 Release 6.0,
> ;; where DL can be erroneously set to 0x00 (first floppy drive)
> cmp dl, 0x00
> jne nodlbug
> mov dl, 0x80
> nodlbug:
I implemented such a fix for the MBR code FDISK installs. It will be included 
in FDISK 1.3.15, unless there is a specific reason yet unknown to me why this 
is a bad idea.

Greetings, Bernd

_______________________________________________
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to