docs: updated roadmap progress
This commit is contained in:
parent
5787858704
commit
2106502083
|
@ -20,7 +20,7 @@
|
||||||
- [X] RAMFS
|
- [X] RAMFS
|
||||||
- [X] VFS
|
- [X] VFS
|
||||||
- [X] ELF loading
|
- [X] ELF loading
|
||||||
- [ ] Processes
|
- [X] Processes
|
||||||
- [ ] Keyboard input (ps/2 int)
|
- [ ] Keyboard input (ps/2 int)
|
||||||
- [ ] Shell
|
- [ ] Shell
|
||||||
- [ ] JSON parser for system config
|
- [ ] JSON parser for system config
|
||||||
|
|
|
@ -25,7 +25,7 @@ The kernel is booted using the limine boot protocol and is fully documented.
|
||||||
- [X] RAMFS
|
- [X] RAMFS
|
||||||
- [X] VFS
|
- [X] VFS
|
||||||
- [X] ELF loading
|
- [X] ELF loading
|
||||||
- [ ] Processes
|
- [X] Processes
|
||||||
- [ ] Keyboard input (ps/2 int)
|
- [ ] Keyboard input (ps/2 int)
|
||||||
- [ ] Shell
|
- [ ] Shell
|
||||||
- [ ] JSON parser for system config
|
- [ ] JSON parser for system config
|
||||||
|
|
Loading…
Reference in New Issue