Cuda-Chen / fibdrv

Linux kernel module that calculates Fibonacci numbers

Home Page:https://hackmd.io/@sysprog/linux2023-fibdrv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fibdrv

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.

References

License

fibdrvis 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:

About

Linux kernel module that calculates Fibonacci numbers

https://hackmd.io/@sysprog/linux2023-fibdrv

License:MIT License


Languages

Language:Shell 70.6%Language:C 22.8%Language:Makefile 3.5%Language:Python 3.1%