Skip to content
This repository was archived by the owner on Oct 21, 2020. It is now read-only.
/ zig_kernel_module Public archive

A 'hello world' linux kernel module in Zig

Notifications You must be signed in to change notification settings

nrdmn/zig_kernel_module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Zig Kernel Module

This is a 'hello world' kernel module in Zig.

  1. Build with make.
  2. Try it:
$ sudo insmod my_module.ko
$ sudo rmmod my_module.ko
$ dmesg | tail -2
[90804.834449] hello
[90806.285959] bye

About

A 'hello world' linux kernel module in Zig

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published