This is a 'hello world' kernel module in Zig.
- Build with
make
. - Try it:
$ sudo insmod my_module.ko
$ sudo rmmod my_module.ko
$ dmesg | tail -2
[90804.834449] hello
[90806.285959] bye
This is a 'hello world' kernel module in Zig.
make
.$ sudo insmod my_module.ko
$ sudo rmmod my_module.ko
$ dmesg | tail -2
[90804.834449] hello
[90806.285959] bye