4 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
1d0537c57a Fix CMake kernel build and clarify SMP support in ROADMAP
- Fix kernel/CMakeLists.txt to find source files in src/ directory
- Add NASM support to CMake for assembling .asm files
- Update ROADMAP.md to reflect that SMP is intentionally included
- CMake and Makefile now consistent in handling kernel sources

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-28 20:40:49 +00:00
copilot-swe-agent[bot]
c00732bb18 Fix critical GitHub workflow bugs and update ROADMAP.md
- Fix qemu-test.yml: Remove dd command that was overwriting the disk image
- Fix all workflows: Remove build failure suppressions (|| echo) since Phase 2 is complete
- Add 'set -e' to all multi-line bash scripts to ensure failures stop execution
- Make release workflow fail if required files (metalos.img, bootx64.efi, metalos.bin) are missing
- Update ROADMAP.md to reflect Phase 2 completion and Phase 3 progress
- Update timeline and design decisions to match current implementation

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-28 20:38:05 +00:00
copilot-swe-agent[bot]
012327c7e7 Embrace extreme minimalism - cut everything unnecessary
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-28 17:48:51 +00:00
copilot-swe-agent[bot]
e66ef697f7 Create foundational structure for MetalOS - Phase 1 complete
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-28 17:43:20 +00:00