kernel: make handle table per-process
This commit is contained in:
parent
fda2a5cf54
commit
eb285c33fd
11 changed files with 169 additions and 119 deletions
|
@ -27,8 +27,6 @@ KernelSystem::KernelSystem(u32 system_mode) {
|
|||
|
||||
/// Shutdown the kernel
|
||||
KernelSystem::~KernelSystem() {
|
||||
g_handle_table.Clear(); // Free all kernel objects
|
||||
|
||||
Kernel::ThreadingShutdown();
|
||||
|
||||
Kernel::TimersShutdown();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue