mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-05 04:19:16 +00:00
Schedule() should fire faster
This commit is contained in:
@ -35,7 +35,7 @@ namespace Tasking
|
||||
void Task::Schedule()
|
||||
{
|
||||
if (!StopScheduler)
|
||||
TaskingScheduler_OneShot(100);
|
||||
TaskingScheduler_OneShot(1);
|
||||
// APIC::InterruptCommandRegisterLow icr;
|
||||
// icr.Vector = CPU::x64::IRQ16;
|
||||
// icr.Level = APIC::APICLevel::Assert;
|
||||
|
Reference in New Issue
Block a user