[PATCH] Fix ELF entry point (i386)

From: Gerd Hoffmann
Date: Wed Feb 22 2006 - 06:07:22 EST


Hi,

Elf entry point is virtual address, not physical ...

please apply,

Gerd

========================================================================
--- linux.o/arch/i386/kernel/vmlinux.lds.S Tue Feb 21 18:36:00 2006
+++ linux/arch/i386/kernel/vmlinux.lds.S Wed Feb 22 11:52:14 2006
@@ -10,7 +10,7 @@

OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386")
OUTPUT_ARCH(i386)
-ENTRY(phys_startup_32)
+ENTRY(startup_32)
jiffies = jiffies_64;
SECTIONS
{

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/