Re: [PATCH v3 7/8] mmap: Add grub_mmap_get_lowest() and grub_mmap_get_highest()

2024-10-03 Thread Daniel Kiper via Grub-devel
On Sun, Sep 22, 2024 at 08:17:53PM +0300, Sergii Dmytruk wrote: > From: Daniel Kiper > > The functions find the lowest and highest values with regard to the > passed in limit. Passing a low limit of 0 or a high limit of ~0 > calculates lowest and highest available RAM addresses respectively. > >

Re: [PATCH v3 7/8] mmap: Add grub_mmap_get_lowest() and grub_mmap_get_highest()

2024-09-23 Thread Ross Philipson via Grub-devel
On 9/22/24 10:17 AM, Sergii Dmytruk wrote: From: Daniel Kiper The functions find the lowest and highest values with regard to the passed in limit. Passing a low limit of 0 or a high limit of ~0 calculates lowest and highest available RAM addresses respectively. Signed-off-by: Daniel Kiper Si

[PATCH v3 7/8] mmap: Add grub_mmap_get_lowest() and grub_mmap_get_highest()

2024-09-22 Thread Sergii Dmytruk
From: Daniel Kiper The functions find the lowest and highest values with regard to the passed in limit. Passing a low limit of 0 or a high limit of ~0 calculates lowest and highest available RAM addresses respectively. Signed-off-by: Daniel Kiper Signed-off-by: Sergii Dmytruk --- grub-core/m