Merge PR 12074

This commit is contained in:
yuzubot
2023-11-21 00:57:28 +00:00
parent 6d830af618
commit 587fbed49b
54 changed files with 2270 additions and 136 deletions

View File

@@ -211,6 +211,8 @@ void CpuManager::RunThread(std::stop_token token, std::size_t core) {
system.GPU().ObtainContext();
}
system.ArmInterface(core).Initialize();
auto& kernel = system.Kernel();
auto& scheduler = *kernel.CurrentScheduler();
auto* thread = scheduler.GetSchedulerCurrentThread();