mirror of
https://github.com/rcore-os/rCore-Tutorial-v3.git
synced 2024-11-22 01:16:26 +04:00
in entry.asm: boot_stack->boot_stack_lower_bound
This commit is contained in:
parent
c44aed5be1
commit
d2a6cd23e0
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user