https://github.com/bmeurer/fibo_drv
Example NetBSD LKM Fibonacci driver
https://github.com/bmeurer/fibo_drv
Last synced: 11 months ago
JSON representation
Example NetBSD LKM Fibonacci driver
- Host: GitHub
- URL: https://github.com/bmeurer/fibo_drv
- Owner: bmeurer
- License: bsd-2-clause
- Created: 2011-08-29T17:41:28.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-08-29T17:47:45.000Z (almost 15 years ago)
- Last Synced: 2025-01-22T21:32:15.880Z (over 1 year ago)
- Language: C
- Homepage: http://benediktmeurer.de/2002/11/27/introduction-to-netbsd-loadable-kernel-modules
- Size: 97.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
This repository contains the sources for my [Introduction to NetBSD loadable kernel modules](http://benediktmeurer.de/2002/11/27/introduction-to-netbsd-loadable-kernel-modules) guide. The source files are distributed under the terms of the [Simplified BSD License](http://en.wikipedia.org/wiki/BSD_license). See the [LICENSE](http://github.com/bmeurer/fibo_drv/raw/master/LICENSE) file for details.