3 #if defined(CONFIG_X86_BL_MB) || defined(CONFIG_X86_BL_MB2)
4 #include "sys/boot/multiboot.S.inc"
8 /* 根据System V ABI,栈地址必须16字节对齐 */
9 /* 这里只是一个临时栈,在_hhk_init里面我们会初始化内核专用栈 */
16 .type start_, @function /* Optional, this just give the
17 * linker more knowledge about the label
21 # 确保屏蔽所有外中断,直到我们准备好PIC为止
23 movl $__boot_stack_top, %esp