docs: updated Roadmap
This commit is contained in:
parent
9105bce512
commit
c482160c62
|
@ -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
|
Loading…
Reference in New Issue