This commit is contained in:
Alex 2023-03-02 02:36:54 +02:00
parent 0f42ad6500
commit 8908777028
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -38,9 +38,8 @@
* - [?] Rewrite virtual file system. (it's very bad, I don't know how I wrote it this bad) * - [?] 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. * - [ ] Colors in crash screen are not following the kernel color scheme.
* *
* BUGS: * ISSUES:
* - [ ] Kernel crashes when receiving interrupts for drivers only if the system has one core and the tasking is running. * - [ ] 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)
* - 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. * - [ ] After setting the new stack pointer, the kernel crashes with an invalid opcode.
* *
* CREDITS AND REFERENCES: * CREDITS AND REFERENCES: