in entry.asm: boot_stack->boot_stack_lower_bound
This commit is contained in:
parent
bcdb63187b
commit
f6214968c8
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue