mirror of
https://github.com/limine-bootloader/limine
synced 2024-11-30 12:23:10 +03:00
panic: Mention CTRL+ALT+DEL in system halted message
This commit is contained in:
parent
65925ebc60
commit
4a6aabbe55
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user