I'm currently writing a patch for GRUB intended for the Qubes OS
project (though I may later try to upstream it if it proves to work
well downstream). [1] The patch's goal is to allow Xen hypervisor users
to pass data to GRUB via command line arguments. This data is exposed as
environment variables
On Sat, Nov 30, 2024 at 4:45 PM Mike Gilbert wrote:
>
> ms_abi is not a valid attribute on x32 (__x86_64__ && __ILP32__).
> This ABI should be unnecessary for utils anyway.
>
> Bug: https://bugs.gentoo.org/927826
> Signed-off-by: Mike Gilbert
> ---
> include/grub/efi/api.h | 4
> 1 file cha