From 3767c6181edd920ed04be30657a03b9758ff3dd1 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Sat, 8 Feb 2025 17:33:19 +0100 Subject: [PATCH] Add usefull links --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a94552..25192a7 100644 --- a/README.md +++ b/README.md @@ -38,4 +38,9 @@ Step 3: Unload module ```bash sudo rmmod [module_name].ko -``` \ No newline at end of file +``` + +## Usefull links + +- https://www.kernel.org/doc/html/latest/ +- https://elixir.bootlin.com/linux/v6.13/source/ \ No newline at end of file