1
0
Fork 0
mirror of https://github.com/yaakov-h/scream-driver.git synced 2024-10-16 07:40:02 +00:00
Linux kernel module to scream
Find a file
2024-08-11 18:09:32 +10:00
.gitignore initial driver commit 2024-08-11 13:14:21 +10:00
Makefile simplify 2024-08-11 13:22:58 +10:00
README.md Update README.md 2024-08-11 18:09:32 +10:00
scream.c style 2024-08-11 18:04:07 +10:00

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.