Files
2017-10-08 22:19:48 +01:00
..
2017-06-13 09:44:29 +01:00
2017-08-04 08:21:20 +01:00
2017-10-08 22:19:48 +01:00
2017-10-01 22:27:25 +01:00
2017-06-13 09:44:29 +01:00
2017-08-04 07:45:13 +01:00
2017-08-03 04:37:50 +01:00
2017-06-15 07:54:38 +01:00
2017-06-12 06:59:19 +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
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.

  1. Standalone
    1. hello
    2. myinsmod
    3. myrmmod
    4. usermem
      1. pagemap_dump
    5. inits
      1. sleep_forever
      2. poweroff
      3. init_dev_kmsg
    6. uio_read
    7. rand_check
  2. Module tests
    1. anonymous_inode
    2. poll
    3. ioctl