:: commit 4a6aabbe555561fab877d9824373e712dd9a2d9a

mintsuki <mintsuki@protonmail.com> — 2021-11-23 10:29

parents: 65925ebc60

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

diff --git a/stage23/lib/panic.s2.c b/stage23/lib/panic.s2.c
index 812072f7..6cb2e788 100644
--- a/stage23/lib/panic.s2.c
+++ b/stage23/lib/panic.s2.c
@@ -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) {
tab: 248 wrap: offon