aboutsummaryrefslogtreecommitdiffstats
path: root/docs/README
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2014-12-16 08:53:24 -0500
committerKevin O'Connor <kevin@koconnor.net>2014-12-29 09:17:15 -0500
commit14d3d26792310a03f5c3f2af85a8c0bf564d04b7 (patch)
tree4575e9cdd3a13456c7115732d93c2eadb0d9fde0 /docs/README
parent72691a5299e9fac35d8ecbb56b3fa24226830116 (diff)
downloadseabios-14d3d26792310a03f5c3f2af85a8c0bf564d04b7.tar.gz
Add wiki documentation to repository
Add a docs/ directory that contains the contents of the SeaBIOS wiki in markdown format. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/README')
-rw-r--r--docs/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/README b/docs/README
new file mode 100644
index 00000000..430e0fe4
--- /dev/null
+++ b/docs/README
@@ -0,0 +1,5 @@
+This directory contains SeaBIOS documentation as found on the SeaBIOS
+wiki. All the files in this directory (with the exclusion of this
+README file) correspond to a page on the wiki.
+
+The documentation files use markdown syntax.