Determining when paging is and isn't enabled in GRUB

2025-03-31 Thread Aaron Rainbolt
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

Re: [PATCH] efi: stub out __grub_efi_api when GRUB_UTIL is defined

2025-03-31 Thread Mike Gilbert
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