fix ld warning: undefined symbol _entry
This commit is contained in:
parent
840aae871f
commit
a103113db0
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue