On Tue, Sep 06, 2022 at 04:22:54PM +0800, Gary Lin via Grub-devel wrote:
> The current default heap size (1MB) is too small for some cases and
> causes noticeable delays when loading files. This patch series
> reimplements the previous heap size setting to allocate a larger
> heap to avoid the some
The current default heap size (1MB) is too small for some cases and
causes noticeable delays when loading files. This patch series
reimplements the previous heap size setting to allocate a larger
heap to avoid the some possible delays.
Gary Lin (2):
kern/efi/mm: Extract function to get the filte