burdzwastaken/zevilbit
RFC 3514 Linux Kernel Module in Zig/C FFI
Linux kernel module written in Zig with a C FFI layer that implements RFC 3514
Warning: This is a silly kernel module for learning more about Zig/FFI. May the evil be with you!
build:
make
load:
sudo make load
unload:
sudo make unload
logs:
sudo make logs
clean:
make clean