Update file loading

This commit is contained in:
Alex
2022-11-07 08:34:22 +02:00
parent 2bd8e8d948
commit b60ec62bde
7 changed files with 918 additions and 29 deletions

View File

@ -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);