From 9bf67e3d7f75f1b243ad0e5a4d2ba73d2115ca2d Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 22 May 2023 02:43:28 +0300 Subject: [PATCH] Update issues list --- Kernel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel.cpp b/Kernel.cpp index 9a792bc..7a5fc3c 100644 --- a/Kernel.cpp +++ b/Kernel.cpp @@ -85,7 +85,7 @@ LockClass mExtTrkLock; * - [ ] GlobalDescriptorTable::SetKernelStack() is not working properly. * - [ ] Sometimes while the kernel is inside BeforeShutdown(), we end up in a deadlock. * - [ ] CPU usage is not working properly. - * - [ ] fork() syscall is not working. + * - [x] fork() syscall is not working. * * CREDITS AND REFERENCES: * - General: