From 1fb095f969c2ac8c34af78b6c3e0340ab2a77e22 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Mon, 12 Jun 2017 09:00:15 +0100 Subject: [PATCH] user doc --- kernel_module/user/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.