mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-05 04:19:16 +00:00
Update file loading
This commit is contained in:
@ -807,6 +807,7 @@ namespace Tasking
|
||||
sprintf_(IdleName, "Idle Thread %d", i);
|
||||
IdleThread->Rename(IdleName);
|
||||
IdleThread->SetPriority(1);
|
||||
break;
|
||||
}
|
||||
debug("Tasking Started");
|
||||
((APIC::Timer *)Interrupts::apicTimer[0])->OneShot(CPU::x64::IRQ16, 100);
|
||||
|
Reference in New Issue
Block a user