How to exucute an elf kernel from a bootloader
Posted: Sun Nov 08, 2015 6:54 pm
Hi! I am a beginner and I have made a boot loader return in flat binary and planning to execute the kernel. I have written the code for loading up files and entered protected mode. I planning to write a kernel ini686-elf. So after the kernel is loader in memory, how to run the code.
I have been using the following tutorial http://www.brokenthorn.com/Resources/OSDevIndex.html in order making the boot loader.
I have been using the following tutorial http://www.brokenthorn.com/Resources/OSDevIndex.html in order making the boot loader.