Update README.md

Basic scheduling is now (mostly) done.
This commit is contained in:
Gabriel 2025-02-21 19:49:03 +01:00
parent 9f91ade838
commit dcdca3522f

View File

@ -12,7 +12,7 @@ I've started this project to try something new in the world of OS development, a
- [ ] Simple microkernel that only manages memory, scheduling, and basic IPC (in progress) - [ ] Simple microkernel that only manages memory, scheduling, and basic IPC (in progress)
- [x] Memory management - [x] Memory management
- [x] Basic ELF program loading - [x] Basic ELF program loading
- [ ] Scheduling (in progress) - [x] Scheduling
- [ ] Message passing - [ ] Message passing
- [ ] IPC system using shared memory ring buffers - [ ] IPC system using shared memory ring buffers
- [ ] Init process that can load other services and connect processes to each other (sort of like dbus) - [ ] Init process that can load other services and connect processes to each other (sort of like dbus)