panic: Mention CTRL+ALT+DEL in system halted message

This commit is contained in:
mintsuki 2021-11-23 11:29:53 +01:00
parent 65925ebc60
commit 4a6aabbe55
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ __attribute__((noreturn)) void panic(const char *fmt, ...) {
print_stacktrace(NULL);
#if bios == 1
print("System halted.");
print("Press CTRL+ALT+DEL to reboot.");
rm_hcf();
#elif uefi == 1
if (efi_boot_services_exited == false) {