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