aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 60f4228..c1daa86 100644
--- a/README.md
+++ b/README.md
@@ -20,8 +20,10 @@ shitty code, I'm a rust beginner.
- [X] Setting up CGA display, print something (hello world)
- [X] Intigrate print into rust println! etc.
- [X] Keyboard controller and input handler
-- [?] Interrupt handler (WIP)
-- [ ] intrrupt sync (pro-/epilogue model)
+- [X] Interrupt handler
+- [X] kmalloc (using the [linked-list-allocator ](https://github.com/rust-osdev/linked-list-allocator))
+ TODO: implement my own
+- [?] intrrupt sync (pro-/epilogue model)
- [?] Threading (WIP)
- [ ] Scheduler (single CPU)
- [ ] Timer Interrupt