diff --git a/.wiki/Roadmap.md b/.wiki/Roadmap.md new file mode 100644 index 0000000..3157c33 --- /dev/null +++ b/.wiki/Roadmap.md @@ -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 \ No newline at end of file