|
7 years ago | |
---|---|---|
.. | ||
Makefile | 7 years ago | |
README.md | 7 years ago | |
anonymous_inode.c | 7 years ago | |
common.h | 7 years ago | |
hello.c | 7 years ago | |
init_dev_kmsg.c | 7 years ago | |
ioctl.c | 7 years ago | |
mmap.c | 7 years ago | |
myinsmod.c | 7 years ago | |
myrmmod.c | 7 years ago | |
pagemap_dump.c | 7 years ago | |
poll.c | 7 years ago | |
poweroff.c | 7 years ago | |
rand_check.c | 7 years ago | |
sleep_forever.c | 7 years ago | |
uio_read.c | 7 years ago | |
usermem.c | 7 years ago | |
virt_to_phys_user.c | 7 years ago |
Userland C programs used to test our kernel modules.
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.
These programs can also be compiled and used on host.