Go to file
Robbe Van Herck 7b91b68403
Reorganize Makefile
2020-01-02 12:19:32 +01:00
bootloader Add some documentation 2020-01-02 12:08:29 +01:00
docs Add some documentation 2020-01-02 12:08:29 +01:00
kernel Set maximum sector count 2019-12-30 16:02:43 +01:00
.gitignore Add demo kernel 2019-12-28 13:47:10 +01:00
Makefile Reorganize Makefile 2020-01-02 12:19:32 +01:00
README.md Add README.md 2020-01-02 12:17:22 +01:00

README.md

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...