From c1cbfb34729f0c0dd6a298a2aa7ad24eff1b1795 Mon Sep 17 00:00:00 2001 From: shockrah Date: Wed, 30 Oct 2019 23:21:48 -0700 Subject: [PATCH] readme better reflects current project state --- readme.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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