kernel: add sample kernel extension

This commit is contained in:
2023-04-04 10:59:52 +01:00
parent fadab38da7
commit 7128bbf72a
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# -*- mode: yaml -*-
# vim: ft=yaml
name: hello-world
id: net.doorstuck.socks.hello-world
license: BSD-3-Clause
copyright: Copyright © Max Wash 2023
sources:
- hello-world.c

View File