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

@ -46,8 +46,7 @@ extern "C" void StartCPU()
CPU::Interrupts(CPU::Enable);
KPrint("\e058C19CPU \e8888FF%d \e058C19is online", CoreID);
CPUEnabled = true;
while (1)
CPU::Halt();
CPU::Halt(true);
}
namespace SMP