Update issues list

This commit is contained in:
Alex 2023-05-22 02:43:28 +03:00
parent 3d93f9d919
commit 9bf67e3d7f
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -85,7 +85,7 @@ LockClass mExtTrkLock;
* - [ ] GlobalDescriptorTable::SetKernelStack() is not working properly. * - [ ] GlobalDescriptorTable::SetKernelStack() is not working properly.
* - [ ] Sometimes while the kernel is inside BeforeShutdown(), we end up in a deadlock. * - [ ] Sometimes while the kernel is inside BeforeShutdown(), we end up in a deadlock.
* - [ ] CPU usage is not working properly. * - [ ] CPU usage is not working properly.
* - [ ] fork() syscall is not working. * - [x] fork() syscall is not working.
* *
* CREDITS AND REFERENCES: * CREDITS AND REFERENCES:
* - General: * - General: