docs: updated roadmap progress
This commit is contained in:
parent
578c9baf02
commit
66006032b9
|
@ -12,13 +12,14 @@
|
||||||
- [X] Buffer requests
|
- [X] Buffer requests
|
||||||
- [X] Panic Screen
|
- [X] Panic Screen
|
||||||
- [X] Register dump
|
- [X] Register dump
|
||||||
- [ ] Stacktracing
|
- [X] Stack tracing
|
||||||
- [X] Scheduler
|
- [X] Scheduler
|
||||||
- [X] (Kernel) Threads
|
- [X] (Kernel) Threads
|
||||||
- [X] Ramdisk
|
- [X] Ramdisk
|
||||||
- [X] USTAR
|
- [X] USTAR
|
||||||
- [X] RAMFS
|
- [X] RAMFS
|
||||||
- [X] VFS
|
- [X] VFS
|
||||||
|
- [ ] Processes
|
||||||
- [ ] ELF loading [ partially done ]
|
- [ ] ELF loading [ partially done ]
|
||||||
- [ ] Keyboard input (ps/2 int)
|
- [ ] Keyboard input (ps/2 int)
|
||||||
- [ ] Shell
|
- [ ] Shell
|
||||||
|
|
|
@ -17,13 +17,14 @@ The kernel is booted using the limine boot protocol and is fully documented.
|
||||||
- [X] Buffer requests
|
- [X] Buffer requests
|
||||||
- [X] Panic Screen
|
- [X] Panic Screen
|
||||||
- [X] Register dump
|
- [X] Register dump
|
||||||
- [ ] Stacktracing
|
- [X] Stack tracing
|
||||||
- [X] Scheduler
|
- [X] Scheduler
|
||||||
- [X] (Kernel) Threads
|
- [X] (Kernel) Threads
|
||||||
- [X] Ramdisk
|
- [X] Ramdisk
|
||||||
- [X] USTAR
|
- [X] USTAR
|
||||||
- [X] RAMFS
|
- [X] RAMFS
|
||||||
- [X] VFS
|
- [X] VFS
|
||||||
|
- [ ] Processes
|
||||||
- [ ] ELF loading [ partially done ]
|
- [ ] ELF loading [ partially done ]
|
||||||
- [ ] Keyboard input (ps/2 int)
|
- [ ] Keyboard input (ps/2 int)
|
||||||
- [ ] Shell
|
- [ ] Shell
|
||||||
|
|
Loading…
Reference in New Issue