- Integrated ToyBox as git submodule - Added src/nexus/builder/toybox.nim for automated cross-compilation - Updated InitRD builder to support symlinks - Refactored Kernel builder to fix duplicate symbol and path issues - Modified forge.nim to orchestrate TinyBox synthesis (mksh + toybox) - Updated SPEC-006-TinyBox.md with complete architecture - Added mksh binary to initrd graft source |
||
|---|---|---|
| .. | ||
| README.md | ||
| header.zig | ||
| linker-riscv64.ld | ||
| linker.ld | ||
README.md
Rumpk Boot
Purpose: Bootloader headers and linker scripts
Contents
| File | Purpose |
|---|---|
linker.ld |
Default linker script (ARM64 QEMU virt) |
header.zig |
Multiboot2 header (future) |
Memory Layout (ARM64 QEMU virt)
0x40080000 _start (Entry Point)
0x40080000 .text
.rodata
.data
.bss
Stack (16KB)
Future
linker-x86_64.ld- x86_64 QEMU q35linker-riscv64.ld- RISC-V QEMU virt- EFI stub for real hardware