From 4f1beb764748ba183e013201f11adda48ba65ce0 Mon Sep 17 00:00:00 2001 From: Robbe Van Herck Date: Fri, 3 Jan 2020 11:38:43 +0100 Subject: [PATCH] Add mention of AoC branch --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4959220..f033fd3 100644 --- a/README.md +++ b/README.md @@ -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).