diff --git a/README.md b/README.md index 82ab656..e66e4b9 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ > > Use of this project is for **Educational / Testing purposes only**. Using it on **unauthorised machines** is **strictly forbidden**. If somebody is found to use it for **illegal / malicious intent**, author of the repo will **not** be held responsible. +> **Note** +> +> This Module has only been tested on Linux Kernel version 6.8.0. It should be compatable with most other versions. + Drivers and Interrupts is a 42 Linux Kernel Module Project written in C where you have to code a Linux Kernel keylogger. @@ -25,10 +29,6 @@ make rule_install > > Only compatable on systems where udev is installed. -> **Note** -> -> This Module has only been tested on Linux Kernel version 6.8.0. It should be compatable with most other versions. - > **Note** > > The Makefile was configured for Linux Kernels that are compiled using the LLVM toolkit.