
4 Nov
2011
4 Nov
'11
11:39 p.m.
On Friday 04 November 2011 18:33:16 Gabe Black wrote:
The early startup code is in arch/x86/cpu/start.S or start16.S depending on the state of the CPU when u-boot is entered, and this code is called back into at various points during startup. You can see that those callbacks stubbed out where there's a label and then a jump back immediately after it, for instance here:
when i said "jumping out", i meant "nothing jumps out at me as being wrong" ;) -mike