docs (readme): updated and extended roadmap
This commit is contained in:
parent
b50750653d
commit
e85621ec55
16
README.md
16
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue