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.
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.