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