nrdmn/zig_kernel_module
A 'hello world' linux kernel module in Zig
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