You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kernel.ld is not working correctly. If I adjust the order of OBJS in Makefile and place $K/entry.o at the end, the _start function does not appear at the address 0x80000000. I suspect that the linker places functions according to the order in which it receives the files, I don't know if you are using such feature, but it seems better to place the function explicitly.And I will open a pr in order to fix it.
The text was updated successfully, but these errors were encountered:
kernel.ld is not working correctly. If I adjust the order of
OBJS
in Makefile and place$K/entry.o
at the end, the_start
function does not appear at the address 0x80000000. I suspect that the linker places functions according to the order in which it receives the files, I don't know if you are using such feature, but it seems better to place the function explicitly.And I will open a pr in order to fix it.The text was updated successfully, but these errors were encountered: