From 0164c7882ce774b47b65b9b6a827882fd7893699 Mon Sep 17 00:00:00 2001 From: openhands Date: Fri, 9 Jan 2026 02:49:24 +0000 Subject: [PATCH] Update roadmap and README: added bump allocator task to Phase 3 and updated phase statuses --- README.md | 8 ++++---- docs/ROADMAP.md | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index aea37e9..6eb5d94 100644 --- a/README.md +++ b/README.md @@ -55,13 +55,13 @@ See [docs/MINIMALISM.md](docs/MINIMALISM.md) for full philosophy. ## Development Phases **Phase 1: Project Foundation** ✅ COMPLETE -**Phase 2: UEFI Bootloader** (Next) -**Phase 3: Core Kernel Components** +**Phase 2: UEFI Bootloader** ✅ COMPLETE +**Phase 3: Minimal Kernel (In Progress)** ⏳ In Progress **Phase 4: Hardware Support** -**Phase 5: System Call Interface** +**Phase 5: Minimal Syscalls** **Phase 6: User Space & Application** **Phase 7: QT6 Port** -**Phase 8: Integration & Testing** +**Phase 8: Integration & Polish** See [docs/ROADMAP.md](docs/ROADMAP.md) for detailed phase breakdown. diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index f388f05..45ff779 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -80,6 +80,7 @@ MetalOS is **the absolute minimum operating system** needed to boot QT6 Hello Wo - [x] PCI scanning - [x] SMP/multicore support framework - [x] Spinlocks for synchronization +- [ ] Implement bump allocator for user applications **Progress**: - ✅ Core kernel structure in place