GDT, page frame allocator

This commit is contained in:
Daniel Hammer
2025-02-27 19:48:03 +04:00
commit 6f1c6f1316
31 changed files with 2016 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# OS220
# Roadmap
[x] GDT
[ ] IDT/ISRs/Interrupts
[ ] Page frame allocator
[ ] Paging
[ ] Heap allocator
...