|
7 lat temu | |
---|---|---|
.. | ||
Makefile | 7 lat temu | |
README.md | 7 lat temu | |
anonymous_inode.c | 7 lat temu | |
common.h | 7 lat temu | |
hello.c | 7 lat temu | |
init_dev_kmsg.c | 7 lat temu | |
ioctl.c | 7 lat temu | |
mmap.c | 7 lat temu | |
myinsmod.c | 7 lat temu | |
myrmmod.c | 7 lat temu | |
pagemap_dump.c | 7 lat temu | |
poll.c | 7 lat temu | |
poweroff.c | 7 lat temu | |
rand_check.c | 7 lat temu | |
sleep_forever.c | 7 lat temu | |
uio_read.c | 7 lat temu | |
usermem.c | 7 lat temu | |
virt_to_phys_user.c | 7 lat temu |
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.