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.
|
The kernel is booted using the limine boot protocol and is fully documented.
|
||||||
|
|
||||||
## Roadmap
|
## Roadmap
|
||||||
- [x] Bootable system
|
# Roadmap
|
||||||
- [x] Logger
|
- [X] Bootable system
|
||||||
|
- [X] Logger
|
||||||
- [X] Page frame manager
|
- [X] Page frame manager
|
||||||
- [X] Interrupts
|
- [X] Interrupts
|
||||||
- [X] Page maps
|
- [X] Page maps
|
||||||
|
@ -27,11 +28,18 @@ The kernel is booted using the limine boot protocol and is fully documented.
|
||||||
- [X] ELF loading
|
- [X] ELF loading
|
||||||
- [X] Processes
|
- [X] Processes
|
||||||
- [X] Keyboard input (ps/2 int)
|
- [X] Keyboard input (ps/2 int)
|
||||||
- [ ] Shell
|
|
||||||
- [X] JSON parser for system config
|
- [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
|
- [ ] Text Editor
|
||||||
- [ ] TCC
|
- [ ] TCC
|
||||||
|
- [ ] Tetris
|
||||||
|
- [ ] Init System
|
||||||
|
|
||||||
## Contribution Welcome :D
|
## Contribution Welcome :D
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue