Changeset 36df4109 in mainline for kernel/arch/ia32/src/boot/multiboot2.S
- Timestamp:
- 2016-06-06T16:29:56Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7510326
- Parents:
- 7f0580d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/src/boot/multiboot2.S
r7f0580d r36df4109 178 178 movl %esp, %ebp 179 179 180 /* Call arch_pre_main(multiboot_eax, multiboot_ebx) */180 /* Call ia32_pre_main(multiboot_eax, multiboot_ebx) */ 181 181 pushl multiboot_ebx 182 182 pushl multiboot_eax 183 call arch_pre_main183 call ia32_pre_main 184 184 185 185 /* Call main_bsp() */
Note:
See TracChangeset
for help on using the changeset viewer.