Commit 9b9b5b1
initdisk.c: work around Xi8088 ROM-BIOS bug for int 13.41 [fixes #156]
Setting ds = 40h for int 13h function 41h is to work around a
Xi8088 ROM-BIOS bug. All LBA extensions functions are affected,
but only the detection call will reach the bug code because that
BIOS reports that it doesn't support the LBA extensions.
Refer to #156
and https://www.bttr-software.de/forum/forum_entry.php?id=212751 parent e3bfd6a commit 9b9b5b1
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
652 | 652 | | |
653 | 653 | | |
654 | 654 | | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
655 | 659 | | |
656 | 660 | | |
657 | 661 | | |
| |||
0 commit comments