Fix boot.S compilation
This commit is contained in:
parent
cf3c2f10fd
commit
107bcedf90
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user