fix typo
This commit is contained in:
parent
2c679dcec3
commit
4737625d22
@ -25,7 +25,7 @@ __attribute__((noreturn)) void panic(const char *fmt, ...) {
|
|||||||
print("System halted.");
|
print("System halted.");
|
||||||
rm_hcf();
|
rm_hcf();
|
||||||
#elif defined (uefi)
|
#elif defined (uefi)
|
||||||
print("Press any key to return to firmware.");
|
print("Press [ENTER] to return to firmware.");
|
||||||
getchar();
|
getchar();
|
||||||
gterm_clear(true);
|
gterm_clear(true);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user