From 8ae181681989107fb3656b06da43c9156e76c02d Mon Sep 17 00:00:00 2001 From: Maxime Bloch Date: Wed, 29 Jan 2020 04:41:40 +0100 Subject: [PATCH] check of memory management in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee27ebb..315f63b 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ The kernel is based on [the bare bones kernel from the OSDev wiki](https://wiki. - [ ] Write files in directory - [ ] Tests - [ ] Running executables from filesystem -- [ ] Better memory management +- [x] Better memory management - [ ] Better shell As a test, I've implemented day 1 of [advent of code](https://adventofcode.com/) on the [AoC branch](https://github.com/Robbe7730/RoBoot/tree/AoC).