mirror of
https://github.com/johndoe6345789/MetalOS.git
synced 2026-04-24 13:45:02 +00:00
Update roadmap and README: added bump allocator task to Phase 3 and updated phase statuses
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user