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
- Host: GitHub
- URL: https://github.com/kassane/lkmodule-zig
- Owner: kassane
- License: gpl-2.0
- Created: 2022-04-29T20:08:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-16T13:34:18.000Z (over 2 years ago)
- Last Synced: 2025-03-27T23:44:20.492Z (9 months ago)
- Topics: linux-module, zig
- Language: Zig
- Homepage:
- Size: 39.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```