From e85621ec554d9fd4268f9d37351e58eda16d6561 Mon Sep 17 00:00:00 2001 From: antifallobst Date: Thu, 1 Jun 2023 17:04:21 +0200 Subject: [PATCH] docs (readme): updated and extended roadmap --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c779e54..1b71203 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,9 @@ NoxOS is a small x86 operating system (currently just a kernel). The kernel is booted using the limine boot protocol and is fully documented. ## Roadmap -- [x] Bootable system -- [x] Logger +# Roadmap +- [X] Bootable system +- [X] Logger - [X] Page frame manager - [X] Interrupts - [X] Page maps @@ -27,11 +28,18 @@ The kernel is booted using the limine boot protocol and is fully documented. - [X] ELF loading - [X] Processes - [X] Keyboard input (ps/2 int) -- [ ] Shell - [X] JSON parser for system config -- [ ] FAT32 +- [ ] Drivers + - [X] Loading / Linking into kernel + - [X] Driver Device assignment (PCI / USB / FS) + - [ ] API +- [ ] FAT32 (driver) +- [ ] TUI framework +- [ ] Shell - [ ] Text Editor - [ ] TCC +- [ ] Tetris +- [ ] Init System ## Contribution Welcome :D