Add mention of AoC branch

This commit is contained in:
Robbe Van Herck 2020-01-03 11:38:43 +01:00
parent 3689c55b45
commit 4f1beb7647
No known key found for this signature in database
GPG Key ID: A66F76F7B81BD784
1 changed files with 2 additions and 0 deletions

View File

@ -11,3 +11,5 @@ More info in [the docs](./docs/bootloader.md)
## Kernel
The kernel is basically [the bare bones kernel from the OSDev wiki](https://wiki.osdev.org/Bare_Bones). I have implemented newlines, but otherwise it's still exactly the same...
As a more "functional" example, I've implemented day 1 of [advent of code](https://adventofcode.com/) on the [AoC branch](https://github.com/Robbe7730/RoBoot/tree/AoC).