From 3635094bf490ae29957dfd686f8a55ac64883f2b Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Tue, 24 Dec 2013 02:48:31 +0100 Subject: [PATCH] .org simplification --- grub-core/boot/i386/pc/lnxboot.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2