davidcallanan / os-series

803 stars 118 forks source link

undefined reference to kernel_main in function long_mode_start #52

Open ShadowMakerAndTaker opened 2 years ago

ShadowMakerAndTaker commented 2 years ago

idk what's causing this help

Wemmons831 commented 2 years ago

Hey did you ever figure this out

davidcallanan commented 2 years ago

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?