Update files

This commit is contained in:
Alex
2022-10-27 03:24:08 +03:00
parent 305168a593
commit 33f95cb427
6 changed files with 10 additions and 13 deletions

View File

@ -219,8 +219,7 @@ void KernelMainThread()
Display->SetBufferCursor(0, x, y);
KPrint("\e22AA11Color test finished.");
while (1)
CPU::Halt();
CPU::Halt(true);
}
void KernelShutdownThread(bool Reboot)