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

Re: starting init on StrongARM (shark)



>BTW: I forgot to tell this the last time:
>The first elf_bss that should be cleared is at 0x4002.1408 the second is at
>0x0200.e3d8 each one hangs the machine.
>
>When I comment them out, I get to the debug messages which tell me that the
>code also is around 0x0200.0000, the stack at 0xbfff.ff30

Those all look correct.  You need to check what pages in physical memory 
the two BSS areas are mapped to.

The stack grows down from the bottom of kernel memory (ie the first word is at 
0xbffffffc).  Programs typically get loaded at 0x02000000 and libraries from 
0x40000000 upwards, though both of these can vary a bit.

p.



Reply to: