summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/projects.md1
-rw-r--r--content/projects/typhon.md12
2 files changed, 13 insertions, 0 deletions
diff --git a/content/projects.md b/content/projects.md
index 1397884..3958706 100644
--- a/content/projects.md
+++ b/content/projects.md
@@ -8,6 +8,7 @@ Note that some of these could be temprarily unmaintained.
- [sideros](sideros/): Real time strategy game set in ancient history
- [sis](sis/): Simple IMAP server
- [L](lc/): The compiler of the L programming language.
+- [Typhon](typhon/): General purpose operating system.
### Actually working
- [mnist](mnist/): Neural network predicting handwritten digits from the MNIST database.
diff --git a/content/projects/typhon.md b/content/projects/typhon.md
new file mode 100644
index 0000000..f89a8e7
--- /dev/null
+++ b/content/projects/typhon.md
@@ -0,0 +1,12 @@
+<!-- title: Typhon -->
+
+## Typhon
+**Typhon** is a general purpose operating system featuring a microkernel.
+
+#### Description
+Check out [https://typhonos.org](https://typhonos.org)
+
+#### Sources
+Typhon is currently hosted at [https://git.typhonos.org](https://git.typhonos.org).
+
+#### Related posts