Fix boot.S compilation

This commit is contained in:
Mathieu Maret 2023-11-16 21:32:05 +01:00 committed by Mathieu Maret
parent cf3c2f10fd
commit 107bcedf90
1 changed files with 5 additions and 3 deletions

View File

@ -118,6 +118,8 @@ This is useful when debugging or when you implement call tracing.
*/
.size _start, . - _start
.global _stack_bottom
_stack_bottom: stack_bottom
.global _stack_stop
_stack_stop: stack_top
_stack_bottom:
.long stack_bottom
.global _stack_top
_stack_top:
.long stack_top