This commit is contained in:
aditya 2021-05-19 11:56:43 +05:30
parent 2c679dcec3
commit 4737625d22

View File

@ -25,7 +25,7 @@ __attribute__((noreturn)) void panic(const char *fmt, ...) {
print("System halted.");
rm_hcf();
#elif defined (uefi)
print("Press any key to return to firmware.");
print("Press [ENTER] to return to firmware.");
getchar();
gterm_clear(true);