Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4344 → Rev 4345

/branches/dynload/kernel/arch/ia32/src/boot/boot.S
104,13 → 104,15
 
call map_kernel # map kernel and turn paging on
 
# ia32_cboot(grub_eax, grub_ebx)
# arch_pre_main(grub_eax, grub_ebx)
pushl grub_ebx
pushl grub_eax
call ia32_cboot # Does not return.
 
call arch_pre_main
call main_bsp
# Not reached.
 
cli
hlt