nim-kernel-module
nim-kernel-module copied to clipboard
Example to run Nim code in linux kernel context
Experiment to create a Linux kernel module in nim
Requires a slightly changed Nim compiler with support for the kernel os:
https://github.com/zevv/Nim/tree/linux-kernel
make
sudo insmod nimhello.ko
sudo rmmod nimhello