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