scream/README.md
Zoé Cassiopée Gauthier 1f3df70b49 Initial commit
2024-08-14 15:26:32 -04:00

22 lines
273 B
Markdown

# Scream
Makes your kernel scream (optionally into the void).
```console
cat /dev/scream
```
## Build and install
```console
make
sudo ./scream_load
```
To uninstall, you may delete the device node and unload the module:
```console
rm -f /dev/scream
rmmod scream
```