mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-18 10:41:44 +00:00
stl: Implement coroutines
This commit is contained in:
@@ -65,6 +65,7 @@ void KernelMainThread()
|
||||
TaskManager->CreateThread(thisProcess, Tasking::IP(TaskMgr));
|
||||
TaskManager->CreateThread(thisProcess, Tasking::IP(TaskHeartbeat));
|
||||
TreeFS(fs->GetRoot(0), 0);
|
||||
coroutineTest();
|
||||
#endif
|
||||
|
||||
KPrint("Kernel compiled using GCC %d.%d.%d as of %s %s with Standard C++ %dL",
|
||||
|
Reference in New Issue
Block a user