summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--oss/box/index.html17
-rw-r--r--projects.md1
2 files changed, 18 insertions, 0 deletions
diff --git a/oss/box/index.html b/oss/box/index.html
new file mode 100644
index 0000000..e267498
--- /dev/null
+++ b/oss/box/index.html
@@ -0,0 +1,17 @@
+<html>
+ <head>
+ <title>Box Kernel</title>
+ </head>
+ <body>
+ <h1>Box Kernel</h1>
+ <h3>A Unix-like kernel written for i386-based machines</h3>
+ <p>Box is a tiny, Unix-like kernel written in C with some
+ bootstrap code written in x86 assembly.</p>
+ <h4>Useful links</h4>
+ <ul>
+ <li><a href="https://git.gymli.xyz/pub/dholman/box.git/">Git repository</a></li>
+ </ul>
+ <h4>Relevant standards documents</h4>
+ <ul>
+ <li><a href=http://www.opengroup.org/onlinepubs/9699919799/>Single Unix Specification</a></li>
+ <li><a href=http://www.open-std.org/jtc1/sc22/wg14/www/standards>C99 Standard</a></li>
diff --git a/projects.md b/projects.md
index b197418..9762a93 100644
--- a/projects.md
+++ b/projects.md
@@ -5,3 +5,4 @@ layout: page
# Projects hosted here
* [Forge Game Engine](/oss/forge/index.html)
+* [Box Kernel](/oss/box/index.html)