- Fixed Rumpk RISC-V Trap Handler (SSCRATCH swap, align(4), SUM bit) to prevent double faults. - Stabilized Userland Transition (fence.i, MMU activation) allowing NipBox execution. - Restored Forge pipeline to build NipBox from source. - Documented critical RISC-V trap mechanics in .agent/tips. - Committed pending repository cleanup (obsolete websites) and new core modules. |
||
|---|---|---|
| .. | ||
| 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