diff --git a/0.1_device_file/README.md b/0.1_device_file/README.md index a70cd34..4719d5f 100644 --- a/0.1_device_file/README.md +++ b/0.1_device_file/README.md @@ -1,8 +1,8 @@ # Linux Kernel Hacking -## 0.0: Basic LKM Example +## 0.1: Character Devices -This is about as simple as it gets. +Simple character device file. To use: * Build with `make` and load with `make test`