raikasdev / dev_rickroll

A kernel module that adds the /dev/rickroll device

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dev_rickroll

A kernel module that creates /dev/rickroll

Installation

make
insmod rickroll.ko # Has to be run as root

Usage

After installation the device should be created. It can be accessed for example with aplay:

aplay /dev/rickroll

About

A kernel module that adds the /dev/rickroll device


Languages

Language:C 100.0%Language:Makefile 0.0%