Add a workaround for AST BIOS.

This commit is contained in:
okuji 2001-12-19 11:37:17 +00:00
parent f9e7ef1b41
commit 728d26ca30
3 changed files with 15 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2001-12-19 Yoshinori K. Okuji <okuji@gnu.org>
From Michael Sullivan <mike@trdlnk.com>:
* stage1/stage1.S (real_start): Added a workaround for AST BIOS,
because it clobbers %dl with INT 13, AH=41H.
2001-12-19 Yoshinori K. Okuji <okuji@gnu.org>
* stage2/fsys_fat.c (fat_read): Fix the contradictory comment.