diff --git a/0.0_Basic/README.md b/0.0_Basic/README.md index 57b0d33..031ed96 100644 --- a/0.0_Basic/README.md +++ b/0.0_Basic/README.md @@ -16,3 +16,5 @@ * Run `make test` and observe the two outputs as the module is loaded/unloaded. > NOTE: You'll need `build-essential` and `linux-headers-$(uname -r)` installed. + +> Followed along from [here](https://blog.sourcerer.io/writing-a-simple-linux-kernel-module-d9dc3762c234?gi=2f8d0507c4e8).