docs: updated Roadmap

This commit is contained in:
antifallobst 2023-02-10 19:43:11 +01:00
parent 9105bce512
commit c482160c62
1 changed files with 27 additions and 0 deletions

27
.wiki/Roadmap.md Normal file
View File

@ -0,0 +1,27 @@
## Roadmap
- [x] Bootable system
- [x] Logger
- [X] Page frame manager
- [X] Interrupts
- [X] Page maps
- [ ] Heap
- [ ] Format strings
- [ ] Graphics Renderer
- [ ] Text
- [ ] Double buffering
- [ ] Buffer requests
- [ ] Panic Screen
- [ ] Register dump
- [ ] Stacktracing
- [ ] Scheduler
- [ ] (Kernel) Threads
- [ ] Ramdisk
- [ ] USTAR
- [ ] RAMFS
- [ ] VFS
- [ ] Keyboard input (ps/2 int)
- [ ] Shell
- [ ] FAT32
- [ ] ELF loading
- [ ] Text Editor
- [ ] TCC