mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-28 04:24:26 +01:00
beauty
This commit is contained in:
@@ -15,7 +15,9 @@ QEMU opens up, and you can run:
|
|||||||
rmmod hello
|
rmmod hello
|
||||||
rmmod hello2
|
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:
|
We use Buildroot's default kernel version, you can confirm it after build with:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user