Files
linux-kernel-module-cheat/kernel_module/test
2017-06-11 22:33:01 +01:00
..
2017-06-11 22:33:01 +01:00
2017-06-11 22:33:01 +01:00
2017-06-08 06:28:41 +01:00
2017-06-08 06:28:41 +01:00
2017-06-08 06:28:41 +01:00
2017-05-21 12:30:43 +01:00

Test

Userland C programs used to test our kernel module.

sh programs are simpler, and installed copied 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. myinsmod
  2. myrmmod