Help needed to understand code

Steve Gehlbach steve at nexpath.com
Mon Mar 17 12:54:01 CET 2003


Shubhangi Jadhav wrote:
> how does crt0.base move to c_start.S. I did not find any reference to
> c_start.S from crt0.base or any other .inc files included in crt0.base
> 

The bottom of crt0.base jumps to c_start.S using loader "magic". 
c_start.S runs in ram in the C code address space.  crt0.base runs in rom.

-Steve






More information about the coreboot mailing list