Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 924 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 924 Bytes

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: