Make your kernel scream
Go to file
Zoé Cassiopée Gauthier 1f3df70b49 Initial commit
2024-08-14 15:26:32 -04:00
.gitignore Initial commit 2024-08-14 15:26:32 -04:00
dkms.conf Initial commit 2024-08-14 15:26:32 -04:00
Kbuild Initial commit 2024-08-14 15:26:32 -04:00
LICENSE Initial commit 2024-08-14 15:26:32 -04:00
Makefile Initial commit 2024-08-14 15:26:32 -04:00
README.md Initial commit 2024-08-14 15:26:32 -04:00
scream_load Initial commit 2024-08-14 15:26:32 -04:00
scream.c Initial commit 2024-08-14 15:26:32 -04:00

Scream

Makes your kernel scream (optionally into the void).

cat /dev/scream

Build and install

make
sudo ./scream_load

To uninstall, you may delete the device node and unload the module:

rm -f /dev/scream
rmmod scream