From 4b45313369964913d46bbe10188795df40dfc815 Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 25 Feb 2023 03:59:26 +0200 Subject: [PATCH] FIXME --- Kernel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Kernel.cpp b/Kernel.cpp index f3afe24..443ce66 100644 --- a/Kernel.cpp +++ b/Kernel.cpp @@ -40,6 +40,7 @@ * * 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. * - [ ] After setting the new stack pointer, the kernel crashes with an invalid opcode. * * CREDITS AND REFERENCES: