docs: updated roadmap progress

This commit is contained in:
antifallobst 2023-03-01 22:24:26 +01:00
parent 578c9baf02
commit 66006032b9
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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