Re: [PATCH] [MULTIBOOT2 SPEC PATCH V3] multiboot2: Add module load and preference tag

2021-09-02 Thread Daniel Kiper
On Mon, Aug 16, 2021 at 04:35:12PM +0200, Lukasz Hawrylko wrote: > In the cases of users have preferences over Multiboot2 module load > addresses, currently GRUB has no way to achieve it. > > Similar to the relocatable header tag, this new tag allows users to > specify the minimum and maximum load

[PATCH] [MULTIBOOT2 SPEC PATCH V3] multiboot2: Add module load and preference tag

2021-08-16 Thread Lukasz Hawrylko
In the cases of users have preferences over Multiboot2 module load addresses, currently GRUB has no way to achieve it. Similar to the relocatable header tag, this new tag allows users to specify the minimum and maximum load addresses, and other load preferences on Multiboot2 modules. Bump version

[MULTIBOOT2 SPEC PATCH V3] multiboot2: Add module load and preference tag

2020-05-13 Thread Zide Chen
In the cases of users have preferences over Multiboot2 module load addresses, currently GRUB has no way to achieve it. Similar to the relocatable header tag, this new tag allows users to specify the minimum and maximum load addresses, and other load preferences on Multiboot2 modules. Bump version