diff --git a/readme.md b/readme.md index a0fe4d6..58174a9 100644 --- a/readme.md +++ b/readme.md @@ -8,11 +8,13 @@ Personally I'm unsatisfied with accepting an idea; I want to garner an intuition ## Done & Dusted -* Segmentation(research what I might need to make either this or paging work later on) +* GDT Initialization - now ready to take steps to move to user mode + +* IDT Initialization - interrupt callbacks aren't firing but the table is initialized ## Todo/Roadmap -* Interrupt Descriptor Table +* Fixing Interrupt handlers * Memory allocator