mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-14 02:42:02 +00:00
2006-05-07 Vesa Jaaskelainen <chaac@nic.fi>
* kern/i386/pc/startup.S (grub_exit): Added missing .code32 tag.
This commit is contained in:
parent
385bd9c12e
commit
1eb9cc1da4
@ -1,3 +1,7 @@
|
||||
2006-05-07 Vesa Jaaskelainen <chaac@nic.fi>
|
||||
|
||||
* kern/i386/pc/startup.S (grub_exit): Added missing .code32 tag.
|
||||
|
||||
2006-05-02 Yoshinori K. Okuji <okuji@enbug.org>
|
||||
|
||||
* kern/env.c (struct grub_env_context): Removed "sorted". Renamed
|
||||
|
@ -636,6 +636,7 @@ FUNCTION(grub_exit)
|
||||
/* Tell the BIOS a boot failure. If this does not work, reboot. */
|
||||
int $0x18
|
||||
jmp cold_reboot
|
||||
.code32
|
||||
|
||||
/*
|
||||
* grub_reboot()
|
||||
|
Loading…
Reference in New Issue
Block a user