From 0d0b534da68fbdfcc5091b7956e523e957b40d58 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Wed, 12 Jun 2024 15:03:43 +0200 Subject: [PATCH] Dmesg --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9887abf..d244eb2 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ ### Build: `$ make` +### Watch dmesg +`sudo dmesg -wT` + ### Insert & remove `sudo insmod demo_module.ko` `sudo rmmod demo_module.ko`