stl: Implement coroutines

This commit is contained in:
EnderIce2
2024-11-15 01:54:21 +02:00
parent 1ab4ace23c
commit 4bc4e9b76f
7 changed files with 333 additions and 2 deletions

View File

@@ -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",