Go to file
2020-01-03 11:51:29 +01:00
bootloader Listen to BIOS for drive number 2020-01-03 11:24:24 +01:00
docs Listen to BIOS for drive number 2020-01-03 11:24:24 +01:00
kernel Implement part 2 2020-01-03 11:51:29 +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

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