summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.xyz>2021-09-27 10:59:08 -0500
committerDanny Holman <dholman@gymli.xyz>2021-09-27 10:59:08 -0500
commit4bfb5cbd6f510d278f295f49b5863eca05fdd7da (patch)
tree98d04d209714eef4844e4bc831f8336844600699
parent8d61a6a277e04f9c0482600ac300dfef63e5fae9 (diff)
Create homepage for the box kernel
Create the HTML homepage for the box kernel project.
-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)