From 7511ccf644231c074ed1e8a467ca01d808b60dea Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 5 Mar 2023 01:14:25 +0200 Subject: [PATCH] FIXME --- Kernel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel.cpp b/Kernel.cpp index 7b4f66d..0d6eeb4 100644 --- a/Kernel.cpp +++ b/Kernel.cpp @@ -39,7 +39,7 @@ * - [ ] Colors in crash screen are not following the kernel color scheme. * * ISSUES: - * - [ ] Kernel stack is smashed when an interrupt occurs. (this bug it occurs when PS/2 mouse driver is loaded, not sure what is the cause) + * - [ ] 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. * * CREDITS AND REFERENCES: