puzzleos / stubby

UEFI bootloader stub
GNU Lesser General Public License v2.1
12 stars 8 forks source link

feat: adjust CFLAGS and LDFLAGS to produce stubby.efi for aarch64 #30

Closed ashwing123 closed 1 year ago

ashwing123 commented 1 year ago

The changes in make.conf produce a stubby.efi file that is properly formed on aarch64 platforms. Previously the efi file was malformed on aarch64 due to some alignment/entrypoint issues.