提交 411cc8c7 编写于 作者: Y Yifan Wu

in entry.asm: boot_stack->boot_stack_lower_bound

上级 16f9f09b
......@@ -5,8 +5,8 @@ _start:
call rust_main
.section .bss.stack
.globl boot_stack
boot_stack:
.globl boot_stack_lower_bound
boot_stack_lower_bound:
.space 4096 * 16
.globl boot_stack_top
boot_stack_top:
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册