diff --git a/0.0_Basic/README.md b/0.0_Basic/README.md index 55c6a28..3e07c10 100644 --- a/0.0_Basic/README.md +++ b/0.0_Basic/README.md @@ -11,3 +11,5 @@ * See the module loaded in `lsmod | grep example` * Unload with `rmmod example.ko` * Check the second output in the kernel buffer with `dmesg` + +> NOTE: You'll need `build-essential` and `linux-headers-$(uname -r)` installed.