From cf95c1493685f8f7e4fa03f681182d16362af79e Mon Sep 17 00:00:00 2001 From: Daniel Hammer Date: Tue, 11 Mar 2025 20:13:08 +0100 Subject: [PATCH] feat(readme): change tickboxes --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bc249a4..784712b 100644 --- a/README.md +++ b/README.md @@ -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