[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: New Woody 2.3.2 boot images for sparc, need testing...



On Sat, May 12, 2001 at 10:16:13PM -0700, David S. Miller wrote:
> 
> Ben Collins writes:
>  > Let me know how things go.
> 
> It gets an illegal instruction immediately on my sb1000.
> 
> Something is hosed with the TILO image I think.  The 'linux-a.out'
> image, on the other hand, booted just fine on the machine.

Yeah, tilo is broken on 2.4.x kernel's. This line:

	`nm $1 | awk '/A end$/{print$1}'`

Which finds the root address of the image, but it returns blank on
current kernels. Here's the difference:

%nm vmlinux-2.4.4 | grep ' end$'
00000000005c0210 t end
00000000005c5234 t end

%nm vmlinux-2.2.15-sun4u | grep ' end$'
000000000054f208 t end
0000000000634740 A end

I tried using the "t end" address, and of course that didn't
work. (dave, note these symbols are the same whether I use egcs64, or
gcc-3.0).

Any ideas on what the proper address should be?

Ben

-- 
 -----------=======-=-======-=========-----------=====------------=-=------
/  Ben Collins  --  ...on that fantastic voyage...  --  Debian GNU/Linux   \
`  bcollins@debian.org  --  bcollins@openldap.org  --  bcollins@linux.com  '
 `---=========------=======-------------=-=-----=-===-======-------=--=---'



Reply to: