diff options
| author | Lorenzo Torres <lorenzo@sagittarius-a.org> | 2025-12-11 20:01:38 +0100 |
|---|---|---|
| committer | Lorenzo Torres <lorenzo@sagittarius-a.org> | 2025-12-11 20:01:38 +0100 |
| commit | de79b3926d370a257aff4718c8cf0655e9cd47d5 (patch) | |
| tree | 01bd70416e3e7996486539a20e162751ba04747d | |
| parent | 4963ece88c49d806a96ea453fcde2ef4c8658eca (diff) | |
added typhon
| -rw-r--r-- | content/projects.md | 1 | ||||
| -rw-r--r-- | content/projects/typhon.md | 12 |
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 |
