Minimal Code to Jump from Bootloader to Kernel in C++
Posted: Sat Jul 20, 2024 2:53 am
Hi, I want to write a kernel in C++, but the tutorials I followed to jump from the bootloader to the kernel were either too complex, adding other elements that complicated the code, or they didn't work at all. Could someone provide me with the most minimalist working code possible to understand how it works and apply it?
(i386 Compiler)(x86)
(i386 Compiler)(x86)