diff options
| author | Namilskyy <alive6863@gmail.com> | 2025-11-05 21:59:10 +0300 |
|---|---|---|
| committer | Namilskyy <alive6863@gmail.com> | 2025-11-05 21:59:10 +0300 |
| commit | 741095dff0ce66981e1a4dfa64426fb507869ece (patch) | |
| tree | 4f0fdd09712fde5feb740b8b0da3807748d2f7c4 /build.rs | |
| parent | 1f36c1d58db4423dc09d8408897dbb507026f89b (diff) | |
**RAW**: Added two more functions in `non_critical`: Kernel Panic: Sys-RQ kern panic & Broken kmod panic.
Updated `build.rs`, and more files
Diffstat (limited to 'build.rs')
| -rw-r--r-- | build.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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()); } } |
