This commit is contained in:
Ciro Santilli
2017-06-12 09:00:15 +01:00
parent 7d2f79dec9
commit 1fb095f969

View File

@@ -1,8 +1,8 @@
# User
Userland C programs used to test our kernel module.
Userland C programs used to test our kernel modules.
`sh` programs are simpler, and installed copied directly with an overlay.
`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.