#ifndef X86_64_KERNEL_H #define X86_64_KERNEL_H 1 #include // 具有返回值是为了留出一个寄存器用于调整栈顶 extern usize prepare_stack(); #endif