* boot/i386/qemu/boot.S: Add a missing .code16.
This commit is contained in:
parent
7819a4562f
commit
0359d00628
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-05-01 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* boot/i386/qemu/boot.S: Add a missing .code16.
|
||||
|
||||
2010-05-01 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Use LBIO on coreboot.
|
||||
|
|
|
@ -63,5 +63,8 @@ VARIABLE(grub_core_entry_addr)
|
|||
*right here* and this is why we need this kludge. */
|
||||
|
||||
. = GRUB_BOOT_MACHINE_SIZE - 16
|
||||
|
||||
.code16
|
||||
|
||||
jmp _start
|
||||
. = GRUB_BOOT_MACHINE_SIZE
|
||||
|
|
Loading…
Reference in a new issue