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