Skip to content

Commit 411cc8c

Browse files
committed
in entry.asm: boot_stack->boot_stack_lower_bound
1 parent 16f9f09 commit 411cc8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

os/src/entry.asm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ _start:
55
call rust_main
66

77
.section .bss.stack
8-
.globl boot_stack
9-
boot_stack:
8+
.globl boot_stack_lower_bound
9+
boot_stack_lower_bound:
1010
.space 4096 * 16
1111
.globl boot_stack_top
1212
boot_stack_top:

0 commit comments

Comments
 (0)