diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | README.md | 4 |
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. |