X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/2e21eb2f39dd80aa166216381d5d402be943686e..986ce23ace2f7875a1a561bd947f435a7594146c:/lunaix-os/kernel/asm/x86/prologue.S?ds=sidebyside diff --git a/lunaix-os/kernel/asm/x86/prologue.S b/lunaix-os/kernel/asm/x86/prologue.S index ef559bb..4c183fb 100644 --- a/lunaix-os/kernel/asm/x86/prologue.S +++ b/lunaix-os/kernel/asm/x86/prologue.S @@ -1,7 +1,7 @@ /* 高半核入口点 - 0xC0000000 */ #define __ASM__ -#include +#include .section .text .global hhk_entry_ @@ -61,10 +61,6 @@ call _kernel_init - movl $KSTACK_TOP, %esp - - call _kernel_post_init - 1: hlt jmp 1b \ No newline at end of file