The FHS-shaped zig-out IS the boot volume (docs/efi.md), and `zig build run-x86-64` already presents it to the guest with fat:rw:zig-out. The test harness instead assembled a separate ESP by copying the boot-critical files out of zig-out into zig-out/qemu-test/esp — but every (dest, src) pair was identical, so the copy was pure redundancy. Drop make_esp and point QEMU straight at zig-out, matching run-x86-64 and the docs. Removes the now-dead efi_app/kernel/extra arch-config entries. |
||
|---|---|---|
| .. | ||
| qemu_test.py | ||