Skip to content

2020leon/fibdrv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 56.7%
  • Shell 38.7%
  • Makefile 2.6%
  • Python 2.0%