Changes in kernel/arch/amd64/src/boot/multiboot2.S [4bf0926e:36df4109] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/amd64/src/boot/multiboot2.S
r4bf0926e r36df4109 253 253 movl multiboot_eax, %edi 254 254 movl multiboot_ebx, %esi 255 256 #ifdef MEMORY_MODEL_large 257 movabsq $amd64_pre_main, %rax 258 callq *%rax 259 #else 260 callq amd64_pre_main 261 #endif 255 callq amd64_pre_main 262 256 263 257 /* Call main_bsp() */ 264 #ifdef MEMORY_MODEL_large 265 movabsq $main_bsp, %rax 266 callq *%rax 267 #else 268 callq main_bsp 269 #endif 258 callq main_bsp 270 259 271 260 /* Not reached */
Note:
See TracChangeset
for help on using the changeset viewer.