mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-07 04:50:26 +00:00
* grub-core/boot/i386/qemu/boot.S: Add missing EXT_C.
This commit is contained in:
parent
60b967be7e
commit
bc8fcf4bd3
@ -1,3 +1,7 @@
|
|||||||
|
2013-12-14 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* grub-core/boot/i386/qemu/boot.S: Add missing EXT_C.
|
||||||
|
|
||||||
2013-12-14 Vladimir Serbinenko <phcoder@gmail.com>
|
2013-12-14 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
Make i386-* other than i386-pc compileable under cygwin.
|
Make i386-* other than i386-pc compileable under cygwin.
|
||||||
|
@ -58,7 +58,7 @@ VARIABLE(grub_core_entry_addr)
|
|||||||
orb $0x02, %al
|
orb $0x02, %al
|
||||||
outb $0x92
|
outb $0x92
|
||||||
1:
|
1:
|
||||||
movl grub_core_entry_addr, %edx
|
movl EXT_C(grub_core_entry_addr), %edx
|
||||||
jmp *%edx
|
jmp *%edx
|
||||||
|
|
||||||
#include "../../../kern/i386/realmode.S"
|
#include "../../../kern/i386/realmode.S"
|
||||||
|
Loading…
Reference in New Issue
Block a user