mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-24 18:51:36 +01:00
10 lines
131 B
Markdown
10 lines
131 B
Markdown
# Hello host
|
|
|
|
Minimal host build system sanity check example.
|
|
|
|
make
|
|
insmod hello.ko
|
|
dmesg
|
|
rmmod hello.ko
|
|
dmesg
|