entry point of kernel in RAM at 0x0c--linux tree file name
Laurent Pinchart
laurent.pinchart at tbox.biz
Fri Jun 23 01:35:15 EST 2006
Hi Arun,
> I would like to kow what is the entry point to kernel at 0x000 after
> decompressing and passing control to 0x0c .
> My kernel crashes somewhere after uncomressing and jumping to 0x0c .
>
> If any one can help the .c /.S file that contains the source of kernel
> startup code in RAM at 0x0/0x0c .
The entry point is in arch/ppc/kernel/head.S. Symbols _start and __start are
located at 0x00000000 and 0x0000000c respectively.
Best regards,
Laurent Pinchart
More information about the Linuxppc-embedded
mailing list