From 890877702824511250917b727b87f32beffdb8a4 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 2 Mar 2023 02:36:54 +0200 Subject: [PATCH] FIXME --- Kernel.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Kernel.cpp b/Kernel.cpp index 52c04c0..6f4f2c6 100644 --- a/Kernel.cpp +++ b/Kernel.cpp @@ -38,9 +38,8 @@ * - [?] Rewrite virtual file system. (it's very bad, I don't know how I wrote it this bad) * - [ ] Colors in crash screen are not following the kernel color scheme. * - * BUGS: - * - [ ] Kernel crashes when receiving interrupts for drivers only if the system has one core and the tasking is running. - * - This bug is available only when the VMware mouse driver is loaded and receives an interrupt. + * 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) * - [ ] After setting the new stack pointer, the kernel crashes with an invalid opcode. * * CREDITS AND REFERENCES: