From 74dab6c44e37b7c43d1eec937a5b16e0c9f3f682 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 4 Apr 2023 19:36:21 +0300 Subject: [PATCH] Update TODOs --- Kernel.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Kernel.cpp b/Kernel.cpp index 1f16c1b..1bc4d81 100644 --- a/Kernel.cpp +++ b/Kernel.cpp @@ -68,6 +68,8 @@ LockClass mExtTrkLock; * - [ ] The cleanup should be done by a thread (tasking). This is done to avoid a deadlock. * - [ ] Implement a better Display::SetBrightness() function. * - [ ] Fix memcpy, memset and memcmp functions (they are not working properly with SIMD). + * - [ ] Support Aarch64. + * - [ ] Fully support i386. * * ISSUES: * - [ ] Kernel stack is smashed when an interrupt occurs. (this bug it occurs when an interrupt like IRQ1 or IRQ12 occurs)