lkml.org 
[lkml]   [2006]   [Feb]   [22]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateWed, 22 Feb 2006 12:09:54 +0100
FromGerd Hoffmann <>
Subject[PATCH] Fix ELF entry point (i386)
  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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-02-22 12:12    [from the cache]
©2003-2008