mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-30 00:08:03 +00:00
Stop if HPET is not found
This commit is contained in:
parent
51b0e3b5a8
commit
778f77a64b
@ -69,7 +69,9 @@ namespace Time
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
trace("HPET not found");
|
// For now, we need HPET.
|
||||||
|
error("HPET not found");
|
||||||
|
CPU::Stop();
|
||||||
}
|
}
|
||||||
#elif defined(__i386__)
|
#elif defined(__i386__)
|
||||||
#elif defined(__aarch64__)
|
#elif defined(__aarch64__)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user