From 427f696b5d6f0d2d53af0820161c0fd89c5c276c Mon Sep 17 00:00:00 2001 From: Miguel Ojeda Date: Sat, 6 Aug 2022 14:13:03 +0200 Subject: [PATCH] README: show how the kernel log looks like after loading/unloading Signed-off-by: Miguel Ojeda --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 942ea1d..d85daf8 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,12 @@ make[1]: Entering directory '.../linux-with-rust-support' make[1]: Leaving directory '.../linux-with-rust-support' ``` +```txt +[ 1.076945] rust_out_of_tree: Rust out-of-tree sample (init) +[ 1.084944] rust_out_of_tree: My numbers are [72, 108, 200] +[ 1.085944] rust_out_of_tree: Rust out-of-tree sample (exit) +``` + For details about the Rust support, see https://github.com/Rust-for-Linux/linux. For details about out-of-tree modules, see https://www.kernel.org/doc/html/latest/kbuild/modules.html.