ref: 1ae5fc01a6e9c6fb1a1befd4c60653a6af10a9e0
parent: 5f4e2670b4d8eb3cd1faed9808c3d0747284a288
author: Keegan Saunders <keegan@undefinedbehaviour.org>
date: Mon Sep 18 21:40:56 EDT 2023
boot/efi: add arm64 This means we can now boot kernels on arm64 EFI platforms. As well, porting additional architectures to our EFI boot should now be much simpler. Due to the nature of EFI relocations, this is a peculiar code environment for 7l and requires extra care. See rebase for more information.