mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-30 00:07:59 +00:00
Fix page table update bug in scheduler
This commit is contained in:
parent
603a21c3d2
commit
8386e44fda
@ -704,6 +704,7 @@ namespace Tasking::Scheduler
|
||||
}
|
||||
|
||||
this->SchedulerTicks.store(size_t(TimeManager->GetCounter() - SchedTmpTicks));
|
||||
if (CurrentCPU->CurrentThread->Registers.cs != GDT_KERNEL_CODE)
|
||||
CurrentCPU->CurrentProcess->PageTable->Update();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user