Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.21 KB

README.md

File metadata and controls

35 lines (26 loc) · 1.21 KB

The Character Device That Never Ends

> cat /dev/tcdtne
This is the character device that never ends,
It just goes on and on my friends.
Some process started reading it, not knowing what it was,
And it'll continue reading it forever just because...

This is the character device that never ends,
It just goes on and on my friends.
Some process started reading it, not knowing what it was,
And it'll continue reading it forever just because...

This is the character device that never ends,
It just goes on and on my friends.
Some process started reading it, not knowing what it was,
And it'll continue reading it forever just because...

Why?

Building

First, make sure your system's set up for kernel module development (install gcc, make, the kernel headers, etc). Then run make module to build the module, and make load to load it.

Usage

It's a read-only character device at /dev/tcdtne. Do what you like with it.