Jerry Walden wrote: > From System.map:
> c0113000 A __bss_start > | > | > | > V > c013c050 A _end > The symbol _end does not come after the bss - it is at the end of the > kernel, so the memset gets an exception. _end is correctly after bss_start. There is probably a different problem with how memory is mapped. Did your kernel get decompressed correctly at 0? Gary ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
