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 |