Re: [PATCH v3] multiboot2: Implement the new module load and preferences tag

2021-12-06 Thread Łukasz Hawryłko
Hi Daniel On Thu, 2021-09-09 at 18:40 +0200, Daniel Kiper wrote: > > --- a/grub-core/loader/multiboot.c  Thu Jul 15 17:35:28 2021 > > +0200 > > +++ b/grub-core/loader/multiboot.c  Mon Aug 16 12:02:52 2021 > > +0200 > > @@ -363,12 +363,15 @@ > > int argc, char *argv[]) > >

Re: [PATCH v3] multiboot2: Implement the new module load and preferences tag

2021-09-09 Thread Daniel Kiper
On Mon, Aug 16, 2021 at 04:34:31PM +0200, Lukasz Hawrylko 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 > purposes a

[PATCH v3] multiboot2: Implement the new module load and preferences tag

2021-08-16 Thread Lukasz Hawrylko
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 new tag gives it flexibility to control

[PATCH V3] multiboot2: Implement the new module load and preferences tag

2020-07-14 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 new tag gives it flexibility to control