From 9ed7dc024e38838424475e005c44d87102bb8b11 Mon Sep 17 00:00:00 2001 From: faynot Date: Mon, 30 Mar 2026 14:32:25 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d71fd7..f76e007 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ make run KARCH=aarch64 | **Paging** | ✅ Ready | P4->P1 mapping | | **Global heap** | ✅ Ready | 8MB bump allocator | | **Descriptor memory model** | ⏳ Not Started | Planned | -| **Processes and spaces** | ⏳ Not Started | No scheduler | +| **Processes and spaces** | ⏳ Not Started | No IPC | | **Memory syscalls** | ⏳ Not Started | allocate/clone/transfer | | **Weak references** | ⏳ Not Started | borrow/release | | **Process auto-cleanup** | ⏳ Not Started | On exit |