Re: [PATCH] decouple mmap parsing by using grub_available_iterate()

2008-08-11 Thread Robert Millan
On Mon, Aug 11, 2008 at 11:24:18PM +0200, Robert Millan wrote: > On Mon, Aug 11, 2008 at 06:39:17PM +0300, Vesa Jääskeläinen wrote: > > Robert Millan wrote: > > >Hi, > > > > > >This patch decouples memory map parsing into a separate > > >grub_available_iterate() > > >function, for i386-pc and i386

Re: [PATCH] decouple mmap parsing by using grub_available_iterate()

2008-08-11 Thread Robert Millan
On Mon, Aug 11, 2008 at 06:39:17PM +0300, Vesa Jääskeläinen wrote: > Robert Millan wrote: > >Hi, > > > >This patch decouples memory map parsing into a separate > >grub_available_iterate() > >function, for i386-pc and i386-coreboot. It is mostly intended as a > >cleanup. > >Makes the code more mo

Re: [PATCH] decouple mmap parsing by using grub_available_iterate()

2008-08-11 Thread Vesa Jääskeläinen
Robert Millan wrote: Hi, This patch decouples memory map parsing into a separate grub_available_iterate() function, for i386-pc and i386-coreboot. It is mostly intended as a cleanup. Makes the code more modular so that, for example, the multiboot loader can construct a memory map without having