diff --git a/kernel_module/user/README.md b/kernel_module/user/README.md index 493d7a8..637a35a 100644 --- a/kernel_module/user/README.md +++ b/kernel_module/user/README.md @@ -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.