mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-06 21:09:18 +00:00
Stop if HPET is not found
This commit is contained in:
@ -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__)
|
||||
|
Reference in New Issue
Block a user