kernel/Thread: move thread wake up table and callback handle into the manager
This commit is contained in:
@ -22,7 +22,6 @@ KernelSystem::KernelSystem(u32 system_mode) {
|
||||
|
||||
resource_limits = std::make_unique<ResourceLimitList>(*this);
|
||||
thread_manager = std::make_unique<ThreadManager>();
|
||||
Kernel::ThreadingInit();
|
||||
Kernel::TimersInit();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user