]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
kernel-8086: Switch to more portable .org.
authorVladimir Serbinenko <phcoder@gmail.com>
Sat, 21 Feb 2015 19:24:59 +0000 (20:24 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Sat, 21 Feb 2015 19:24:59 +0000 (20:24 +0100)
grub-core/tests/boot/kernel-8086.S

index 510897c883f0be7bb438d5de137dd2e3840f92d9..5ec5368ffc4df1576f67aae32c5ed97ea0ef14e0 100644 (file)
@@ -46,5 +46,5 @@ message:
        .ascii "Boot Test Passed Successfully\n" SUCCESSFUL_BOOT_STRING "\n"
        .byte 0
 
-       . = base + 510
-       .short 0xaa55
\ No newline at end of file
+       .org 510
+       .short 0xaa55