Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nibalizer/in-kernel-lulzing
Kernel character device driver for lulzing
https://github.com/nibalizer/in-kernel-lulzing
Last synced: 2 months ago
JSON representation
Kernel character device driver for lulzing
- Host: GitHub
- URL: https://github.com/nibalizer/in-kernel-lulzing
- Owner: nibalizer
- Created: 2013-03-24T11:39:59.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-24T11:51:21.000Z (almost 12 years ago)
- Last Synced: 2024-10-03T09:56:52.575Z (3 months ago)
- Language: C
- Size: 117 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
LOL
===Character device driver for /dev/lol. It will print out "LOLOLO" when ``cat /dev/lol`` is performed.
Usage
=====Make sure you have some form of linux headers installed.
make
cp 010_lol.rules /etc/udev/rules.d
sudo insmod lol.koTo start every time at boot
cp lol.ko /lib/modules/`uname -r`
echo 'lol' >> /etc/modulesYou may or may not have to rebuild this module when you next upgrade your kernel. Simply moving it to the new directory might work.