]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* boot/i386/qemu/boot.S: Add a missing .code16.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 1 May 2010 12:38:09 +0000 (14:38 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 1 May 2010 12:38:09 +0000 (14:38 +0200)
ChangeLog
boot/i386/qemu/boot.S

index 9ace29cc2e140329e763c8e71a25cd06c41a4831..eed00a623d5ea0e57a915381d7202303f0ad6825 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index a93fe3943275d578cbea5ea9c662958b1e2c50af..03631a22a857beea4ba603e9d8b1ea77525227f0 100644 (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