An open API service indexing awesome lists of open source software.

https://github.com/kassane/lkmodule-zig

Zig Kernel Module
https://github.com/kassane/lkmodule-zig

linux-module zig

Last synced: 6 months ago
JSON representation

Zig Kernel Module

Awesome Lists containing this project

README

          

## Linux Kernel Module on Zig

Build linux kernel module with zig.

## TODO

- More tests.

## Requires

- Zig v0.9.0 or later.
- You need kernel headers and gcc toolchain (with build-essential [debian] or base-devel [archlinux]).

## Build with:
```bash
make
```