Userland test programs

This commit is contained in:
Ciro Santilli
2017-05-15 09:08:16 +01:00
parent 9370512176
commit 690284a3bf
9 changed files with 29 additions and 14 deletions

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