On Mon, 04 Jan 2021 22:48:49 -0800
James Bottomley wrote:
> On Sat, 2021-01-02 at 19:45 -0600, Glenn Washburn wrote:
> > James,
> >
> > I like the improvements here. However, I've been thinking more about
> > this and other improvements that deal with passing parameters to
> > modules used by cr
We try to avoid build time config as much as possible as it creates
slightly different binary versions and so far we've been successful.
There's only one config that changes resulting binary (besides platform
obviously). Please check why relocate is not able to process large ramdisk
instead
пн, 4
On Tue, Jan 05, 2021 at 10:02:12AM +0100, Paul Menzel wrote:
> Dear Hanson,
>
>
> Am 04.01.21 um 20:34 schrieb Char, Hanson via Grub-devel:
> > When booted in UEFI mode, Grub would fail to load a ramdisk of size larger
> > than "(total_pages >> 2)" with
> >
> > "error: out of memory"
> >
Dear Hanson,
Am 04.01.21 um 20:34 schrieb Char, Hanson via Grub-devel:
When booted in UEFI mode, Grub would fail to load a ramdisk of size larger than
"(total_pages >> 2)" with
"error: out of memory"
(https://git.savannah.gnu.org/cgit/grub.git/tree/grub-core/kern/efi/mm.c#n616)
This pr