So I am currently developing my toy os, and want to know how I can load the kernel into RAM from my bootloader?
I already looked in the internet, but after searching on the sixth Google Result page I want to ask here before doing more research.
My later goal is to write the kernel in C, maybe I can get some tips for that as well. Thanks.