GitXplorerGitXplorer
n

in-kernel-lulzing

public
8 stars
0 forks
2 issues

Commits

List of commits on branch master.
Unverified
ff5b5f23f1bf683b968b7fd5278bdbb98a39e554

improving write section

nnibalizer committed 12 years ago
Unverified
69fabbe17c9eb3e40355e4563027f2e64ef26283

eeek tabs and spaces

nnibalizer committed 12 years ago
Unverified
c470c87a15f4cd94f3f8ab0e7d54f8e1e6c45053

better readme

nnibalizer committed 12 years ago
Unverified
55136bfd825b70beb6e1a8708746b1c231150cb0

adding more symlinks in udev

nnibalizer committed 12 years ago
Unverified
20fe1c9a1662862cac646453f66149677cc7f3e5

adding readme

nnibalizer committed 12 years ago
Unverified
12b6843ab2b5abd0f9b63ecb6683158f115c13e5

removing old targets

nnibalizer committed 12 years ago

README

The README file for this repository.

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.ko

To start every time at boot

cp lol.ko /lib/modules/`uname -r`
echo 'lol' >> /etc/modules

You may or may not have to rebuild this module when you next upgrade your kernel. Simply moving it to the new directory might work.