RE: [PATCH V4] multiboot2: Implement quirk-modules-after-kernel

2020-04-16 Thread Chen, Zide
Hi Daniel, > -Original Message- > From: Chen, Zide > Sent: Thursday, April 16, 2020 10:41 AM > To: 'Daniel Kiper' > Cc: grub-devel@gnu.org > Subject: RE: [PATCH V4] multiboot2: Implement quirk-modules-after-kernel > > > > +-

RE: [PATCH V4] multiboot2: Implement quirk-modules-after-kernel

2020-04-16 Thread Chen, Zide
> -Original Message- > From: Daniel Kiper > Sent: Thursday, April 16, 2020 6:29 AM > To: Chen, Zide > Cc: grub-devel@gnu.org > Subject: Re: [PATCH V4] multiboot2: Implement quirk-modules-after-kernel > > > Yes, a new tag would give it more flexibility

Re: [PATCH V4] multiboot2: Implement quirk-modules-after-kernel

2020-04-16 Thread Daniel Kiper
On Tue, Apr 14, 2020 at 09:39:17PM +, Chen, Zide wrote: > Hi Daniel, > > > Subject: Re: [PATCH V4] multiboot2: Implement quirk-modules-after-kernel > > On Tue, Apr 07, 2020 at 02:08:59PM -0700, Zide Chen wrote: > > > In contrast to Mulitboot, in Mulitboot2, t

RE: [PATCH V4] multiboot2: Implement quirk-modules-after-kernel

2020-04-14 Thread Chen, Zide
Hi Daniel, > Subject: Re: [PATCH V4] multiboot2: Implement quirk-modules-after-kernel > On Tue, Apr 07, 2020 at 02:08:59PM -0700, Zide Chen wrote: > > In contrast to Mulitboot, in Mulitboot2, there is currently no way to > > control where to load the modules to. This could

Re: [PATCH V4] multiboot2: Implement quirk-modules-after-kernel

2020-04-14 Thread Daniel Kiper
Hi Zide, On Tue, Apr 07, 2020 at 02:08:59PM -0700, Zide Chen wrote: > In contrast to Mulitboot, in Mulitboot2, there is currently no way to > control where to load the modules to. This could be a problem, e.g., the > OS loaded by Multiboot2 needs to reserve low address for some particular > purpos

[PATCH V4] multiboot2: Implement quirk-modules-after-kernel

2020-04-07 Thread Zide Chen
In contrast to Mulitboot, in Mulitboot2, there is currently no way to control where to load the modules to. This could be a problem, e.g., the OS loaded by Multiboot2 needs to reserve low address for some particular purposes and not for loading modules. This patch implements the quirk quirk-module