undefined reference to kernel_main in function long_mode_start
ShadowMakerAndTaker opened this issue · 2 comments
ShadowMakerAndTaker commented
idk what's causing this help
Wemmons831 commented
Hey did you ever figure this out
davidcallanan commented
Are you missing extern kernel_main
at the top of the main64.asm
file?
Is your build script up-to-date to bring in the C code?