2006-02-01 Yoshinori K. Okuji <okuji@enbug.org>
* boot/i386/pc/boot.S (general_error): Before looping, try INT 18H, which might help the BIOS falling back to next boot media.
This commit is contained in:
parent
6de53d26a2
commit
a3c5c6f8f6
3 changed files with 8 additions and 1 deletions
|
@ -121,7 +121,7 @@ struct grub_multiboot_header
|
|||
|
||||
struct grub_multiboot_info
|
||||
{
|
||||
/* MultiBoot info version number */
|
||||
/* Multiboot info version number */
|
||||
grub_uint32_t flags;
|
||||
|
||||
/* Available memory from BIOS */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue