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