diff options
author | Ian Moffett <ian@osmora.org> | 2025-08-09 18:49:39 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-08-09 18:49:39 -0400 |
commit | b5f37b0b5e9384c9d5ce9e4fead280e7545e5bb7 (patch) | |
tree | 40c9a9d27aa7617d6d92d5050745fc11ab93de79 | |
parent | f8f027f5b53476498f11f7ca8622fbf3c53dbcd8 (diff) |
docs: readme: Add maintainers list and TODO
Signed-off-by: Ian Moffett <ian@osmora.org>
-rw-r--r-- | README.md | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -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: --------------  |