m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2018-05-02 12:05:40 +0200
committerMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2018-05-02 12:05:40 +0200
commitc620a591b3e5b48e1a185371208ba6ebf704cb6f (patch)
tree02cab27b372cff9775a7f4bd2cd50701f2a8d2a9
Initial commit
-rw-r--r--.gitignore2
-rw-r--r--README.md4
2 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..80832a8
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+*.o
+*.ko
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..12d0a02
--- /dev/null
+++ b/README.md
@@ -0,0 +1,4 @@
+# HardDoom Driver
+
+HardDoom is a graphics acceleration device for the Doom engine. This is an
+implementation of a HardDoom device driver for Linux.