Linux kernel module that creates device /dev/fibonacci. Writing to this device should have no effect, however reading at offset k should return the kth fibonacci number.
- The Linux Kernel Module Programming Guide
- Writing a simple device driver
- Character device drivers
- cdev interface
- Character device files
fibdrv
is released under the MIT license. Use of this source code is governed by
a MIT-style license that can be found in the LICENSE file.
External source code:
- git-good-commit: MIT License