From 43264eaab074a657ea7445a0a3fcf55a545d02a9 Mon Sep 17 00:00:00 2001 From: Karina Date: Tue, 23 Dec 2025 16:43:58 +0400 Subject: [PATCH] feat: and even more fun messages --- kernel/src/modules/panic.c | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/kernel/src/modules/panic.c b/kernel/src/modules/panic.c index 3e69dbb..3358a84 100644 --- a/kernel/src/modules/panic.c +++ b/kernel/src/modules/panic.c @@ -33,7 +33,16 @@ const char* fun_messages[] = { "Hastla la vista, baby", "Ti chego mne tut nagovoril...", "Your access has been denied because of your region. Please, use Chultem VPN and try again later.", - "Fatal error has been occurred. Your device will be transformed into Niva in a few seconds." + "Fatal error has been occurred. Your device will be transformed into Niva in a few seconds.", + "Have you tried turning it off and on again?", + "Put it in rice maybe?", + "Just hit the monitor, it usually helps", + "I think it needs a rest. Come back tomorrow", + "You clicked something wrong, didn't you?", + "You hacked it too hard, bro", + "I think you deleted the internet", + "Stop downloading RAM", + "Pro tip: dont crash" };