Rename test to user

This commit is contained in:
Ciro Santilli
2017-06-12 06:59:19 +01:00
parent 025ba63a57
commit 95a1840683
8 changed files with 3 additions and 3 deletions

View 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)