From 3f95c1ec8bbe654640985871dc07b6637064ba67 Mon Sep 17 00:00:00 2001 From: shockrahwow Date: Wed, 23 Oct 2019 18:36:30 -0700 Subject: [PATCH] updated dones --- readme.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 2d77338..a0fe4d6 100644 --- a/readme.md +++ b/readme.md @@ -6,15 +6,17 @@ It's so good that barely does anything at all. JankOS serves the purpose of an experiment in learning. Personally I'm unsatisfied with accepting an idea; I want to garner an intuition for the inner workings of an idea. -## Todo/Roadmap +## Done & Dusted * Segmentation(research what I might need to make either this or paging work later on) +## Todo/Roadmap + * Interrupt Descriptor Table * Memory allocator -* If segmentation isn't being done then _paging_ will be part of the roadmap(most likely) +* Paging will likely come before the allocator: If segmentation isn't being done then _paging_ will be part of the roadmap(most likely) ## Bugs