check of memory management in readme
This commit is contained in:
parent
a537ac162e
commit
8ae1816819
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ The kernel is based on [the bare bones kernel from the OSDev wiki](https://wiki.
|
||||||
- [ ] Write files in directory
|
- [ ] Write files in directory
|
||||||
- [ ] Tests
|
- [ ] Tests
|
||||||
- [ ] Running executables from filesystem
|
- [ ] Running executables from filesystem
|
||||||
- [ ] Better memory management
|
- [x] Better memory management
|
||||||
- [ ] Better shell
|
- [ ] 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).
|
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).
|
||||||
|
|
Loading…
Reference in a new issue