Increase scheduler frequency.

This commit is contained in:
Drew Galbraith 2025-02-01 14:29:08 -08:00
parent 49c3ff8499
commit feb7c8e839
2 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@
#include "interrupt/apic.h"
#include "interrupt/timer.h"
const uint32_t kScheduleFrequency = 20;
const uint32_t kScheduleFrequency = 100;
ApicTimer* gApicTimer = nullptr;
void ApicTimer::Init() {