summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-08-09 18:49:39 -0400
committerIan Moffett <ian@osmora.org>2025-08-09 18:49:39 -0400
commitb5f37b0b5e9384c9d5ce9e4fead280e7545e5bb7 (patch)
tree40c9a9d27aa7617d6d92d5050745fc11ab93de79
parentf8f027f5b53476498f11f7ca8622fbf3c53dbcd8 (diff)
docs: readme: Add maintainers list and TODO
Signed-off-by: Ian Moffett <ian@osmora.org>
-rw-r--r--README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md
index b27656e..0ec2491 100644
--- a/README.md
+++ b/README.md
@@ -79,6 +79,26 @@ Documentation will be in the form of comments throughout the codebase and can al
- ``share/docs/kernel``: Kernel documentation
- ``share/docs/lib``: Library documentation
+# Maintainers
+--------------
+| Component | Maintainer |
+|------------|--------------------|
+| Kernel | <ian@osmora.org> |
+| C Library | <ian@osmora.org> |
+| C Library | <quinn@osmora.org> |
+| Killing MS | <quinn@osmora.org> |
+
+--------------
+# To-do
+
+```
+[ ] kern: dev: AHCI DCDR cache (<ian@osmora.org>)
+[ ] kern: Worker threads (<ian@osmora.org>)
+[ ] kern: Multithreaded driver startup (<quinn@osmora.org>)
+[ ] libc: Slab allocator (<quinn@osmora.org>)
+...
+```
+
Hyra running on bare metal:
--------------
![Hyra](./.github/assets/hyra.png)