From 741095dff0ce66981e1a4dfa64426fb507869ece Mon Sep 17 00:00:00 2001 From: Namilskyy Date: Wed, 5 Nov 2025 21:59:10 +0300 Subject: **RAW**: Added two more functions in `non_critical`: Kernel Panic: Sys-RQ kern panic & Broken kmod panic. Updated `build.rs`, and more files --- build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.rs') diff --git a/build.rs b/build.rs index 97e9a82..9656f1e 100644 --- a/build.rs +++ b/build.rs @@ -67,7 +67,7 @@ fn main() { if ko_file.exists() { let out_ko = out_dir.join("linux_kmod.ko"); std::fs::copy(&ko_file, &out_ko) - .expect("Coulnd cp module to OUT_DIR"); + .expect("CМодуль ядра собранule to OUT_DIR"); println!("cargo:warning=Cmod builded: {}", out_ko.display()); } } -- cgit v1.2.3