[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
grub ./ChangeLog ./NEWS stage1/stage1.S stage1/...
From: |
Yoshinori K . Okuji |
Subject: |
grub ./ChangeLog ./NEWS stage1/stage1.S stage1/... |
Date: |
Tue, 15 Feb 2005 17:05:07 -0500 |
CVSROOT: /cvsroot/grub
Module name: grub
Branch:
Changes by: Yoshinori K. Okuji <address@hidden> 05/02/15 22:05:07
Modified files:
. : ChangeLog NEWS
stage1 : stage1.S stage1.h
stage2 : builtins.c
Log message:
2005-02-15 Yoshinori K. Okuji <address@hidden>
* 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.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/grub/grub/ChangeLog.diff?tr1=1.620&tr2=1.621&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/grub/grub/NEWS.diff?tr1=1.152&tr2=1.153&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/grub/grub/stage1/stage1.S.diff?tr1=1.35&tr2=1.36&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/grub/grub/stage1/stage1.h.diff?tr1=1.8&tr2=1.9&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/grub/grub/stage2/builtins.c.diff?tr1=1.150&tr2=1.151&r1=text&r2=text
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- grub ./ChangeLog ./NEWS stage1/stage1.S stage1/...,
Yoshinori K . Okuji <=