Update roadmap and README: added bump allocator task to Phase 3 and updated phase statuses

This commit is contained in:
openhands
2026-01-09 02:49:24 +00:00
parent 5c5535703f
commit 0164c7882c
2 changed files with 5 additions and 4 deletions

View File

@@ -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.

View File

@@ -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