grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] generic ELF loading


From: Yoshinori K. Okuji
Subject: Re: [PATCH] generic ELF loading
Date: Sat, 14 Oct 2006 17:33:44 +0200
User-agent: KMail/1.8.2

On Saturday 14 October 2006 00:37, Hollis Blanchard wrote:
> This patch adds generic ELF loading infrastructure for both 32-bit and
> 64-bit ELF. It provides an "iterate" function for program headers, and a
> "load" function for convenience.

The idea is very good. But I don't like that loaded areas are always allocated 
from the heap. GRUB has a staging area for OS images on i386-pc, and I prefer 
to load an image directly instead of consuming the heap.

Thanks,
Okuji




reply via email to

[Prev in Thread] Current Thread [Next in Thread]