Re: Multiboot ELF Loader - Alignment

2021-11-04 Thread Chris Plant
On Wed, 2021-11-03 at 17:38 +0100, Daniel Kiper wrote: > On Fri, Oct 29, 2021 at 08:16:36PM +0100, Chris Plant wrote: > > Daniel, > > > > I'm back home now and I have access to my PC again, so I can answer > > more completely. > > > > On Tue, 2021-10-26 at 14:51 +0100, Chris Plant wrote: > > > Th

Re: [PATCH 05/19] mm: when adding a region, merge with region after as well as before

2021-11-04 Thread Daniel Kiper
On Tue, Oct 12, 2021 at 06:29:54PM +1100, Daniel Axtens wrote: > On x86_64-efi (at least) regions seem to be added from top down. The mm > code will merge a new region with an existing region that comes > immediately before the new region. This allows larger allocations to be > satisfied that would

Re: [PATCH 06/19] configure: properly pass through MM_DEBUG

2021-11-04 Thread Daniel Kiper
On Tue, Oct 12, 2021 at 06:29:55PM +1100, Daniel Axtens wrote: > I noticed that compiling with --enable-mm-debug didn't cause the > functions in #ifdef MM_DEBUG to be compiled in. Somehow the variable > wasn't actually being substituted into anything that was built. > > Change configure.ac to do AC