mirror of
https://github.com/yaakov-h/scream-driver.git
synced 2024-11-21 17:04:50 +00:00
Linux kernel module to scream
|
||
---|---|---|
.github/workflows | ||
.gitignore | ||
Makefile | ||
README.md | ||
scream.c |
Scream Driver
The Scream driver is a Linux Kernel Module which creates the /dev/scream
device.
This is a device that returns the letter 'a' indefinitely, occasionally substituted with the capital letter 'A'.
As suggested by:
Proposal for a new Linux special file: /dev/scream
It's like /dev/zero, but it's endless stream of the letter 'a', with an occasional capital 'A' at a random frequency.