Files
2018-07-01 17:44:38 +01:00
..
2017-08-04 08:21:20 +01:00
2018-06-01 07:59:28 +01:00
2018-05-08 15:04:41 +01:00
2017-10-08 22:19:48 +01:00
2017-10-01 22:27:25 +01:00
2018-07-01 17:44:38 +01:00
2018-06-01 07:59:28 +01:00
2018-06-03 21:53:56 +01:00
2017-08-03 04:37:50 +01:00
2017-06-12 06:59:19 +01:00
2018-04-20 17:51:17 +01:00
2018-06-09 14:28:47 +01:00
2017-08-05 12:32:24 +01:00
2017-08-03 04:37:50 +01:00
2017-10-07 07:21:08 +01:00
2018-04-16 00:48:10 +01:00
2018-04-13 14:27:03 +01:00
2017-08-08 11:56:01 +01:00
2017-08-03 04:37:50 +01:00

= user

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.

. Standalone
.. link:hello.c[]
.. link:hello_cpp.cpp[]
.. link:sched_getaffinity.c[]
.. link:usermem.c[]
... link:pagemap_dump.c[]
.. inits
.... link:sleep_forever.c[]
.... link:poweroff.c[]
.... link:init_dev_kmsg.c[]
.. link:uio_read.c[]
.. link:rand_check.c[]
.. x86_64
... link:rdtsc.c[]
... link:ring0.c[]
. Module tests
.. link:anonymous_inode.c[]
.. link:ioctl.c[]
.. link:netlink.c[]
.. link:poll.c[]