/* 高半核入口点 - 0xC0000000 */
#define __ASM__
-#include <sys/abi.h>
+#include <asm/abi.h>
#include <sys/failsafe.h>
.section .bss.kstack
movw $TSS_SEG, %ax
ltr %ax
+ call prepare_boot_handover
+
xorq %rbp, %rbp
- movq $bhctx_buffer, %rdi # mb_parser.c
+ movq %rax, %rdi
call kernel_bootstrap
1: