mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
beauty
This commit is contained in:
@@ -15,7 +15,9 @@ QEMU opens up, and you can run:
|
||||
rmmod hello
|
||||
rmmod hello2
|
||||
|
||||
Each module comes from a C file under `kernel_module/`. `head *.c` for module usage.
|
||||
Each module comes from a C file under `kernel_module/`. For module usage do:
|
||||
|
||||
head *.c
|
||||
|
||||
We use Buildroot's default kernel version, you can confirm it after build with:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user