diff --git a/.wiki/Roadmap.md b/.wiki/Roadmap.md index 68a53c6..b8e43c6 100644 --- a/.wiki/Roadmap.md +++ b/.wiki/Roadmap.md @@ -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 diff --git a/README.md b/README.md index e725bc5..725dff8 100644 --- a/README.md +++ b/README.md @@ -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