docs: updated roadmap progress

This commit is contained in:
antifallobst 2023-03-02 19:10:35 +01:00
parent 942fc31c4f
commit b4df3a0bf4
2 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@
- [X] USTAR
- [X] RAMFS
- [X] VFS
- [X] ELF loading
- [ ] Processes
- [ ] ELF loading [ partially done ]
- [ ] Keyboard input (ps/2 int)
- [ ] Shell
- [ ] JSON parser for system config

View File

@ -24,8 +24,8 @@ The kernel is booted using the limine boot protocol and is fully documented.
- [X] USTAR
- [X] RAMFS
- [X] VFS
- [X] ELF loading
- [ ] Processes
- [ ] ELF loading [ partially done ]
- [ ] Keyboard input (ps/2 int)
- [ ] Shell
- [ ] JSON parser for system config