kernel/Thread: move thread list into the manager
This commit is contained in:
parent
7fc61920cc
commit
20ae37ba4f
6 changed files with 19 additions and 26 deletions
|
@ -27,8 +27,6 @@ KernelSystem::KernelSystem(u32 system_mode) {
|
|||
|
||||
/// Shutdown the kernel
|
||||
KernelSystem::~KernelSystem() {
|
||||
Kernel::ThreadingShutdown();
|
||||
|
||||
Kernel::TimersShutdown();
|
||||
Kernel::MemoryShutdown();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue