From 60a6a51fc4791940b11fef7a1ba1f8b09451cedb Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 9 Mar 2023 06:52:40 +0200 Subject: [PATCH] FIXME --- Kernel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Kernel.cpp b/Kernel.cpp index e47aaf8..ff69245 100644 --- a/Kernel.cpp +++ b/Kernel.cpp @@ -41,6 +41,7 @@ * ISSUES: * - [ ] Kernel stack is smashed when an interrupt occurs. (this bug it occurs when an interrupt like IRQ1 or IRQ12 occurs) * - [ ] After setting the new stack pointer, the kernel crashes with an invalid opcode. + * - [ ] Somewhere in the kernel, the memory is wrongly freed or memcpy/memset. * * CREDITS AND REFERENCES: * - General: