On Mon, Apr 16, 2001 at 01:09:37PM -0700, Scott A McConnell wrote: > No matter what I do I can not get _ftext to appear at 80001000. I use > identical ld.scripts for bother kernels. > At first I thought it was my binutils so I switched to the same tools > that I used with my 2.4.0-test5 kernel. > > Addresses appear to be off by 0x1000. Which is why my 2.4.3 kernel dies > on the jump to init_arch out of kernel_entry. > > Any thoughts about what I might be doing wrong? Thinking you can change the address to 0x80001000. .text needs 8kb aligment for 32-bit kernels, 16kb for 64-bit. Ralf