We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16f9f09 commit 411cc8cCopy full SHA for 411cc8c
os/src/entry.asm
@@ -5,8 +5,8 @@ _start:
5
call rust_main
6
7
.section .bss.stack
8
- .globl boot_stack
9
-boot_stack:
+ .globl boot_stack_lower_bound
+boot_stack_lower_bound:
10
.space 4096 * 16
11
.globl boot_stack_top
12
boot_stack_top:
0 commit comments