Changeset deca67b in mainline for kernel/arch/ia32/src/boot/boot.S
- Timestamp:
- 2009-03-03T12:56:20Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- add04f7
- Parents:
- 2f57690
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/src/boot/boot.S
r2f57690 rdeca67b 105 105 call map_kernel # map kernel and turn paging on 106 106 107 # ia32_cboot(grub_eax, grub_ebx)107 # arch_pre_main(grub_eax, grub_ebx) 108 108 pushl grub_ebx 109 109 pushl grub_eax 110 call ia32_cboot # Does not return. 111 110 call arch_pre_main 111 112 call main_bsp 113 112 114 # Not reached. 113 115 114 116 cli 115 117 hlt
Note:
See TracChangeset
for help on using the changeset viewer.