Files
linux-kernel-module-cheat/kernel_module/user/README.md
Ciro Santilli 1fb095f969 user doc
2017-06-12 09:00:15 +01:00

13 lines
327 B
Markdown

# User
Userland C programs used to test our kernel modules.
`sh` programs are simpler, and installed by copying 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.
1. [myinsmod](myinsmod.c)
1. [myrmmod](myrmmod.c)