SkillAgentSearch skills...

Kmod

A Linux kernel module written in Rust

Install / Use

/learn @saschagrunert/Kmod
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

kmod

A Linux kernel module written in Rust

Dependency are the current Linux headers for your running kernel. To build the module simply execute in the root directory:

make

To build a release execute:

make RELEASE=1

To cross-compile, specify RUST_TARGET and KERNEL_BUILD_DIR:

make RUST_TARGET=i686-unknown-linux-gnu KERNEL_BUILD_DIR=/path/to/linux-kernel-x.y.z/build

The kernel module can be found in ./target/kernel/kmod.ko.

View on GitHub
GitHub Stars35
CategoryDevelopment
Updated2mo ago
Forks9

Languages

Rust

Security Score

95/100

Audited on Jan 1, 2026

No findings