From 68371475d96b914a3f20591eaf49792a3a7f8103 Mon Sep 17 00:00:00 2001 From: Nigel Date: Sat, 3 Sep 2022 17:38:22 +0200 Subject: [PATCH] Marking memory management features as done. Work still needs to be done but the bare minimum for memory management is there. --- features.md | 6 +++--- todo.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/features.md b/features.md index b704af2..c953c7f 100644 --- a/features.md +++ b/features.md @@ -18,9 +18,9 @@ Virtual filesystem \ Keyboard support ( P/S2 Keyboard) \ Physical memory management \ - Paging \ - Virtual memory management \ - The heap: allocating memory at runtime (malloc and free) is almost impossible to go without. \ + Paging \ + Virtual memory management \ + The heap: allocating memory at runtime (malloc and free) is almost impossible to go without. \ Enable SIMD Extensions (SSE) Hardware Management system diff --git a/todo.md b/todo.md index d927cb1..a47a9f3 100644 --- a/todo.md +++ b/todo.md @@ -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 \