check of memory management in readme

This commit is contained in:
Maxime Bloch 2020-01-29 04:41:40 +01:00
parent a537ac162e
commit 8ae1816819
No known key found for this signature in database
GPG Key ID: CE32A7D95B7D6418
1 changed files with 1 additions and 1 deletions

View File

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