in entry.asm: boot_stack->boot_stack_lower_bound

This commit is contained in:
Yifan Wu 2022-11-29 09:29:01 +08:00
parent 10eb7c8963
commit e36a5a0c93

View File

@ -5,8 +5,8 @@ _start:
call rust_main call rust_main
.section .bss.stack .section .bss.stack
.globl boot_stack .globl boot_stack_lower_bound
boot_stack: boot_stack_lower_bound:
.space 4096 * 16 .space 4096 * 16
.globl boot_stack_top .globl boot_stack_top
boot_stack_top: boot_stack_top: