存放 linux module 的仓库, 学习使用
helloworld module -- only support insmod/rmmod.
hellodevice module -- simply communicate with /dev/lkm_example.
This example is from https://blog.sourcerer.io/writing-a-simple-linux-kernel-module-d9dc3762c234.
helloioctl module -- simply demonstrate usage of ioctl.
This is a simple example which uses riscv's hpmevent and hpmcounter. And its structure is just like below.
