mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-24 18:51:36 +01:00
Userland test programs
This commit is contained in:
9
kernel_module/test/README.md
Normal file
9
kernel_module/test/README.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user