From b5f37b0b5e9384c9d5ce9e4fead280e7545e5bb7 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Sat, 9 Aug 2025 18:49:39 -0400 Subject: docs: readme: Add maintainers list and TODO Signed-off-by: Ian Moffett --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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 | | +| C Library | | +| C Library | | +| Killing MS | | + +-------------- +# To-do + +``` +[ ] kern: dev: AHCI DCDR cache () +[ ] kern: Worker threads () +[ ] kern: Multithreaded driver startup () +[ ] libc: Slab allocator () +... +``` + Hyra running on bare metal: -------------- ![Hyra](./.github/assets/hyra.png) -- cgit v1.2.3