* boot/i386/qemu/boot.S: Add a missing .code16.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-05-01 14:38:09 +02:00
parent 7819a4562f
commit 0359d00628
2 changed files with 7 additions and 0 deletions

View File

@ -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.

View File

@ -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