On Mon, 14 Oct 2024, Ryan Roberts wrote: > Increase alignment of structures requiring at least PAGE_SIZE alignment > to PAGE_SIZE_MAX. For compile-time PAGE_SIZE, PAGE_SIZE_MAX == PAGE_SIZE > so there is no change. For boot-time PAGE_SIZE, PAGE_SIZE_MAX is the > largest selectable page size. Can you verify that this works with the arch specific portions? This may also allow to to reduce some of the arch dependent stuff.