mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-08-26 13:34:59 +00:00
Fix page table update bug in scheduler
This commit is contained in:
@@ -704,7 +704,8 @@ namespace Tasking::Scheduler
|
|||||||
}
|
}
|
||||||
|
|
||||||
this->SchedulerTicks.store(size_t(TimeManager->GetCounter() - SchedTmpTicks));
|
this->SchedulerTicks.store(size_t(TimeManager->GetCounter() - SchedTmpTicks));
|
||||||
CurrentCPU->CurrentProcess->PageTable->Update();
|
if (CurrentCPU->CurrentThread->Registers.cs != GDT_KERNEL_CODE)
|
||||||
|
CurrentCPU->CurrentProcess->PageTable->Update();
|
||||||
}
|
}
|
||||||
|
|
||||||
nsa NIF void Custom::OnInterruptReceived(CPU::TrapFrame *Frame)
|
nsa NIF void Custom::OnInterruptReceived(CPU::TrapFrame *Frame)
|
||||||
|
Reference in New Issue
Block a user