ljmp $ROM_CODE_SEG, $protected_stage0
Where is the definition of the symbol, protected_stage0?
Thank you to read my message.
On 8/10/10 3:24 PM, ali hagigat wrote:
ljmp $ROM_CODE_SEG, $protected_stage0
Where is the definition of the symbol, protected_stage0?
Thank you to read my message.
The file you are looking at, src/arch/i386/init/entry.S is unused. The file was supposed to replace
src/cpu/x86/16bit/entry16.inc src/cpu/x86/16bit/reset16.inc src/cpu/x86/32bit/entry32.inc
but that was never finished it seems. Look at crt0s in arch/i386/Makefile.inc
Stefan