/zig_kernel_module

A 'hello world' linux kernel module in Zig

Primary LanguageZig

Zig Kernel Module

This is a 'hello world' kernel module in Zig.

  1. Build with make.
  2. Try it:
$ sudo insmod my_module.ko
$ sudo rmmod my_module.ko
$ dmesg | tail -2
[90804.834449] hello
[90806.285959] bye