summaryrefslogtreecommitdiff
path: root/Readme
blob: 749781da81a3d7fc25fd6e4b63161203d838bfad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
infinite improbable randomness device

Build instructions:
===================

# svn co https://svn.spreadspace.org/dev-iir

# sudo aptitude install build-essential linux-headers-`uname -r`

# make


Install instructions:
=====================

# sudo insmod iir.ko

check dmesg for major number of module and create device node.

# sudo mknod /dev/iir c <major number> 0