mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 18:25:57 +01:00
10 lines
271 B
Markdown
10 lines
271 B
Markdown
# Test
|
|
|
|
Userland C programs used to test our kernel module.
|
|
|
|
`sh` programs are simpler, and installed copied directly with an overlay.
|
|
|
|
C programs require cross compiling, but give us more control over system calls.
|
|
|
|
These programs can also be compiled and used on host.
|