scream/README.md
Zoé Cassiopée Gauthier b80af5c3f3 Initial commit
2024-08-14 15:38:31 -04:00

22 lines
283 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
sudo rm -f /dev/scream
sudo rmmod scream
```