This commit is contained in:
Alex 2023-03-09 06:52:40 +02:00
parent 546634b3e5
commit 60a6a51fc4
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -41,6 +41,7 @@
* ISSUES:
* - [ ] 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.
* - [ ] Somewhere in the kernel, the memory is wrongly freed or memcpy/memset.
*
* CREDITS AND REFERENCES:
* - General: