From e1aa6fff1c6cdf56f7e156035d57c2eac97765f8 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 5 Jan 2023 08:03:52 +0200 Subject: [PATCH] TODO --- Kernel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Kernel.cpp b/Kernel.cpp index ce4a8e4..cc9d003 100644 --- a/Kernel.cpp +++ b/Kernel.cpp @@ -30,6 +30,7 @@ * * BUGS: * - [ ] Kernel crashes when receiving interrupts for drivers only if the system has one core and the tasking is running. + * - [ ] After setting the new stack pointer, the kernel crashes with an invalid opcode. * * CREDITS AND REFERENCES: * - General: