feat(readme): change tickboxes

This commit is contained in:
Daniel Hammer
2025-03-11 20:13:08 +01:00
parent 164e7734b3
commit cf95c14936
+3 -2
View File
@@ -7,8 +7,9 @@ Research project aiming to create a modern kernel and operating system in C++
- [x] Global Descriptor Table
- [x] Output via Flanterm by mintsuki
- [x] Memory map scanning
- [-] Kernel-mode heap allocator
- [ ] ISR handling (interrupts)
- [x] Kernel-mode heap allocator
- [x] ISR handling (interrupts)
- [x] Exception handling
- [ ] Virtual memory paging
- [ ] UEFI runtime service support
- [ ] ACPI & AML support