481 B
481 B
RoBoot
My attempt at making a bootloader and kernel.
Bootloader
The bootloader is self-written, based on articles on the OSDev wiki. It's a single stage, ELF-loading bootloader in the most basic way possible.
More info in the docs
Kernel
The kernel is basically the bare bones kernel from the OSDev wiki. I have implemented newlines, but otherwise it's still exactly the same...