Update TODO

This commit is contained in:
Alex 2023-03-27 16:34:56 +03:00
parent 49c627589c
commit 3eb6923374
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -48,6 +48,8 @@ LockClass mExtTrkLock;
* - [ ] Find a way to add intrinsics. * - [ ] Find a way to add intrinsics.
* - [ ] Rework PSF1 font loader. * - [ ] Rework PSF1 font loader.
* - [ ] The cleanup should be done by a thread (tasking). This is done to avoid a deadlock. * - [ ] The cleanup should be done by a thread (tasking). This is done to avoid a deadlock.
* - [ ] Implement a better Display::SetBrightness() function.
* - [ ] Fix memcpy, memset and memcmp functions (they are not working properly with SIMD).
* *
* ISSUES: * ISSUES:
* - [ ] Kernel stack is smashed when an interrupt occurs. (this bug it occurs when an interrupt like IRQ1 or IRQ12 occurs) * - [ ] Kernel stack is smashed when an interrupt occurs. (this bug it occurs when an interrupt like IRQ1 or IRQ12 occurs)