mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 12:04:27 +01:00
Rename test to user
This commit is contained in:
12
kernel_module/user/README.md
Normal file
12
kernel_module/user/README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# User
|
||||
|
||||
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.
|
||||
|
||||
1. [myinsmod](myinsmod.c)
|
||||
1. [myrmmod](myrmmod.c)
|
||||
Reference in New Issue
Block a user