Go to file
Les De Ridder 5fa601852f Initial commit 2017-08-04 14:03:15 +02:00
.gitignore Initial commit 2017-08-04 14:03:15 +02:00
LICENSE Initial commit 2017-08-04 14:03:15 +02:00
Makefile Initial commit 2017-08-04 14:03:15 +02:00
README.md Initial commit 2017-08-04 14:03:15 +02:00
bible.c Initial commit 2017-08-04 14:03:15 +02:00
bible.h Initial commit 2017-08-04 14:03:15 +02:00

README.md

bible

A Linux kernel module that adds The Holy Bible as a character device, /dev/bible.

Building

$ make
$ sudo make install

Build dependencies

  • Linux kernel headers
  • make
  • GCC