diff --git a/Core/Timer.cpp b/Core/Timer.cpp index bf8a6a8..fb42b75 100644 --- a/Core/Timer.cpp +++ b/Core/Timer.cpp @@ -69,7 +69,9 @@ namespace Time } else { - trace("HPET not found"); + // For now, we need HPET. + error("HPET not found"); + CPU::Stop(); } #elif defined(__i386__) #elif defined(__aarch64__)