fix ld warning: undefined symbol _entry

This commit is contained in:
yzhu 2020-10-20 21:42:34 +08:00 committed by Frans Kaashoek
parent 840aae871f
commit a103113db0

View file

@ -3,6 +3,7 @@
# kernel.ld causes the following code to
# be placed at 0x80000000.
.section .text
.global _entry
_entry:
# set up a stack for C.
# stack0 is declared in start.c,