From dcdca3522f65fc8a99ef9b295e04a4fd2fdf43b7 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Fri, 21 Feb 2025 19:49:03 +0100 Subject: [PATCH] Update README.md Basic scheduling is now (mostly) done. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 452dcf0..1769f56 100644 --- a/README.md +++ b/README.md @@ -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) - [x] Memory management - [x] Basic ELF program loading - - [ ] Scheduling (in progress) + - [x] Scheduling - [ ] Message passing - [ ] IPC system using shared memory ring buffers - [ ] Init process that can load other services and connect processes to each other (sort of like dbus)