On Tue, Feb 25, 2003 at 03:58:51PM +0800, 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 > 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? > Change LOADADDR to 0x80002000 in arch/mips/Makefile. If you want to learn more about it, see http://linux.junsun.net/porting-howto/porting-howto.html#chapter-directory Jun