scream/README.md

22 lines
283 B
Markdown
Raw Permalink Normal View History

2024-08-14 19:01:55 +00:00
# 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
```