From: Vladimir Serbinenko Date: Tue, 24 Dec 2013 01:48:31 +0000 (+0100) Subject: .org simplification X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3635094bf490ae29957dfd686f8a55ac64883f2b;p=thirdparty%2Fgrub.git .org simplification --- diff --git a/grub-core/boot/i386/pc/lnxboot.S b/grub-core/boot/i386/pc/lnxboot.S index 292b77631..ae49b273a 100644 --- a/grub-core/boot/i386/pc/lnxboot.S +++ b/grub-core/boot/i386/pc/lnxboot.S @@ -292,4 +292,4 @@ LOCAL(fail): err_int15_msg: .ascii "move memory fails\0" - .org _start - data_start + CODE_SECTORS * 512 + .org (CODE_SECTORS + 1) * 512