Marking memory management features as done. Work still needs to be done but the bare minimum for memory management is there.

This commit is contained in:
2022-09-03 17:38:22 +02:00
parent 16e2354019
commit 68371475d9
2 changed files with 6 additions and 6 deletions

View File

@ -8,11 +8,11 @@ needs to be done. It is a expansion on the features markdown file which describe
to do on a more in depth level.
## --
[ ] Setup paging \
[x] Setup paging \
[ ] HELP command
[ ] Setup a proper HEAP \
[x] Setup a proper HEAP \
[ ] Setup a proper Stack \
[ ] Setup KMalloc and KFree \
[x] Setup KMalloc and KFree \
[ ] Merge Functioning Feature branches into sandboxKernelDev \
[ ] Remove merged feature branches \
[ ] Merge sandboxKernelDev with dev \