linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Fix ELF entry point (i386)
@ 2006-02-22 11:09 Gerd Hoffmann
  2006-03-05 16:34 ` Eric W. Biederman
  0 siblings, 1 reply; 8+ messages in thread
From: Gerd Hoffmann @ 2006-02-22 11:09 UTC (permalink / raw)
  To: linux kernel mailing list

  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
 {


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2006-05-11 13:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-22 11:09 [PATCH] Fix ELF entry point (i386) Gerd Hoffmann
2006-03-05 16:34 ` Eric W. Biederman
2006-03-06 13:16   ` Gerd Hoffmann
2006-03-06 19:11     ` Eric W. Biederman
2006-03-07 13:41       ` Gerd Hoffmann
2006-03-07 17:55         ` Eric W. Biederman
2006-03-10  9:58           ` Gerd Hoffmann
2006-05-11 13:05           ` Gerd Hoffmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).