]> git.ipfire.org Git - thirdparty/grub.git/commit
2005-02-15 Yoshinori K. Okuji <okuji@enbug.org>
authorokuji <okuji@localhost>
Tue, 15 Feb 2005 22:05:07 +0000 (22:05 +0000)
committerokuji <okuji@localhost>
Tue, 15 Feb 2005 22:05:07 +0000 (22:05 +0000)
commit041e2438777e77d4c6ca60e0044d824e6c9ae3f6
tree20ab942d1ccd53b6eb0acc985528d41b4b4b6d7e
parentfb908db4addddb9167b7a179ce735879ef4462e7
2005-02-15  Yoshinori K. Okuji  <okuji@enbug.org>

  * stage2/builtins.c (install_func): If DEST_DRIVE is a hard
  disk, enable the workaround in Stage 1 by replacing the jmp
  with double nop's.

  * stage1/stage1.h (STAGE1_BOOT_DRIVE_CHECK): New macro.
  (STAGE1_BOOT_DRIVE_MASK): Removed.

  * stage1/stage1.S (boot_drive_check): New label. This implements
  a different workaround for buggy BIOSes which don't pass boot
  drive correctly. This is effective for BIOSes which pass a value
  without the seventh bit (0x80).
  (boot_drive_mask): Removed.
ChangeLog
NEWS
stage1/stage1.S
stage1/stage1.h
stage2/builtins.c