Commit Graph

24 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
11a01b36f9 Improve clarity in CONAN.md with concrete examples and better explanations
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-28 23:27:54 +00:00
copilot-swe-agent[bot]
ad60cb7306 Fix Conan syntax to use Conan 2.x conventions throughout documentation
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-28 23:26:32 +00:00
copilot-swe-agent[bot]
ffb0bc7748 Add comprehensive documentation for custom Conan repository (KernelCenter)
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-28 23:24:03 +00:00
copilot-swe-agent[bot]
4a904e8e56 Fix build type handling in Conan integration
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-28 21:22:58 +00:00
copilot-swe-agent[bot]
69ff1ea819 Add Conan integration test script and enhanced documentation
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-28 21:19:45 +00:00
copilot-swe-agent[bot]
7ff22dcc57 Integrate Conan into build systems
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-28 21:16:58 +00:00
copilot-swe-agent[bot]
0a8ba00c2a Fix documentation issues found in code review
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-28 20:59:28 +00:00
copilot-swe-agent[bot]
f4a0b32998 Update BUILD.md and BUILD_SYSTEMS.md to remove Makefile references
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-28 20:57:33 +00:00
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
2434d078a5 Merge branch 'main' into copilot/update-kernel-folder-files 2025-12-28 20:28:01 +00:00
copilot-swe-agent[bot]
3613efb642 Add basic multicore/SMP support for 6-core/12-thread systems
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-28 20:21:54 +00:00
copilot-swe-agent[bot]
6e4a8201c0 Add implementation summary documentation
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-28 20:11:54 +00:00
copilot-swe-agent[bot]
193a9786ba Fix code review issues: heap allocation, I/O consistency, PCI scan optimization
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-28 20:09:39 +00:00
copilot-swe-agent[bot]
aca8afb238 Address code review feedback - improve memory handling and error checking
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-28 20:06:18 +00:00
copilot-swe-agent[bot]
05027725c7 Add CMake, Ninja, and Conan build system support
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-28 20:03:54 +00:00
copilot-swe-agent[bot]
5c8cf64442 Add CMake, Ninja, and Conan support with kernel modules (GDT, interrupts)
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-28 20:03:46 +00:00
copilot-swe-agent[bot]
7c265bc281 Add Docker build system with dependency management
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-28 19:22:36 +00:00
copilot-swe-agent[bot]
99b49ae18e Refine README and create GPU implementation docs
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-28 19:04:28 +00:00
copilot-swe-agent[bot]
bab922bcd0 Add comprehensive QEMU UEFI testing documentation
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-28 18:32:04 +00:00
copilot-swe-agent[bot]
f4448d8881 Add QEMU testing workflow and unit test suite
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-28 18:06:13 +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]
9a2ec2c753 Add implementation status document
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-28 17:44:48 +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