1
0
mirror of https://github.com/vlang/awesome-v.git synced 2023-08-10 21:13:23 +03:00

Add Linux kernel module example

This commit is contained in:
ylluminate 2021-11-11 15:09:08 -05:00 committed by GitHub
parent 6a0615f60f
commit 097004e697
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,6 +50,7 @@
- [Articles](#articles)
- [Communities](#communities)
- [Forums](#forums)
- [Operating Systems & OS Development Examples](#Operating-Systems-OS-Development-Examples)
## Applications
@ -280,3 +281,7 @@
- [r/vlang](https://www.reddit.com/r/vlang)
- [Stack Overflow](https://stackoverflow.com/questions/tagged/vlang)
### Operating Systems & OS Development Examples
- [Simple Linux kernel module example](https://github.com/spytheman/simple_kernel_module_in_v) - demonstration & test of writing a very simple Linux kernel module, using V.