| To: | jeff <jeff_lee@coventive.com> |
|---|---|
| Subject: | Re: Kernel 2.4.20 |
| From: | Thiemo Seufer <ica2_ts@csv.ica.uni-stuttgart.de> |
| Date: | Tue, 25 Feb 2003 09:03:28 +0100 |
| Cc: | linux-mips@linux-mips.org |
| In-reply-to: | <LPECIADMAHLPOFOIEEFNIELPCNAA.jeff_lee@coventive.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <20030225124850.32cfa6f5.yoichi_yuasa@montavista.co.jp> <LPECIADMAHLPOFOIEEFNIELPCNAA.jeff_lee@coventive.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.4i |
jeff wrote: > Dear All, > I am trying to porting NEC Vr4131 platform from 2.4.16 to 2.4.20 but I > found some problem. > In kernel 2.4.16, the kernel entry is 0x80002470 but the kernel entry in > 2.4.20 is 0x801xxxxx That's just normal, the entry is variable. > So my problem is how to change the kernel entry from 0x801xxxxx to be > 0x8000xxxx? or how > to test this kernel when the kernel entry is 0x801xxxxx? The entry address is encoded in the ELF header at the beginning of vmlinux (as it is for all other ELF executables). The header's layout can be found e.g. in linux/include/linux/elf.h. Thiemo |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Pb1500 PCI problems, Chris Zimman |
|---|---|
| Next by Date: | RE: Kernel 2.4.20, jeff |
| Previous by Thread: | Kernel 2.4.20, jeff |
| Next by Thread: | RE: Kernel 2.4.20, jeff |
| Indexes: | [Date] [Thread] [Top] [All Lists] |