]> git.ipfire.org Git - thirdparty/grub.git/commit
2001-12-30 Yoshinori K. Okuji <okuji@gnu.org>
authorokuji <okuji@localhost>
Sun, 30 Dec 2001 08:23:16 +0000 (08:23 +0000)
committerokuji <okuji@localhost>
Sun, 30 Dec 2001 08:23:16 +0000 (08:23 +0000)
commit59d735d43f298b199c6de4bcc207152fd5fa2083
tree4d26c338d41fcebdc884c0a0d3e9f0803d67ec7b
parent4cd09c4b6aacc5c617a34c40e082b3f035f4af2e
2001-12-30  Yoshinori K. Okuji  <okuji@gnu.org>

* stage1/stage1.S: Don't call INT 13, AH=48H, because it is
difficult to call this function with the workaround implemented
in the previous change due to the size limit of Stage 1.

(lba_mode) [NO_BUGGY_BIOS_IN_THE_WORLD]: Don't check the
geometry explicitly. This shouldn't be harmful, as INT 13,
AH=42H should take care of it, and if you cannot read Stage 2
even with LBA because of a geometry problem, you can never read
it.

* stage2/start.S (lba_mode) [NO_BUGGY_BIOS_IN_THE_WORLD]:
Likewise.
ChangeLog
stage1/stage1.S
stage2/start.S