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: