Commit graph

2 commits

Author SHA1 Message Date
173b2c3330 feat(kernel): add Stage 1 bare-metal hypervisor skeleton for QEMU ARM virt
- Add kernel/arch/arm/boot.S with ARMv7 assembly entry, stack setup, BSS clear
- Add kernel/arch/arm/linker.ld for QEMU virt memory layout (load at 0x40000000)
- Add kernel/arch/arm/uart.c/uart.h for PL011 serial output
- Add kernel/kernel.c with kernel_main() idle loop
- Add kernel/Makefile for arm-none-eabi-gcc cross-compile and QEMU launch
- Add kernel/README.md with build/run instructions
- Ignore kernel build artifacts in .gitignore
2026-07-06 22:51:56 +01:00
9b4bb304ab feat(repository): Initialize Universalisos repository with core documentation
- Create Universalisos type-1 hypervisor repository structure
- Add comprehensive README.md with project objectives
- Add MIT license
- Add .gitignore for build artifacts and temporary files
- Create BUILD_ENVIRONMENT.md with toolchain setup instructions

This establishes the foundation for importing the complete PikeOS ecosystem
as the reference architecture for our safety-critical cyber-physical systems.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-07-06 17:54:22 +01:00