CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2022/07/29 15:35:00
Modified files: sys/arch/arm64/stand/efiboot: conf.c ldscript.arm64 start.S Log message: Give to PE/COFF file proper .text and .data sections, and fill in the characteristics field in the COFF header. Makes our bootloader work in the x13s. With help from mlarkin@. ok mlarkin@