Re: [MINI-OS PATCH 05/19] mm: refactor init_page_allocator()

2025-07-08 Thread Jason Andryuk
On 2025-07-02 04:12, Juergen Gross wrote: Split init_page_allocator() into three functions in order to prepare for sparing some memory from being added to the buddy allocator. Use a function pointer for selecting the function used for handling a memory range, as this will be needed by a future p

[MINI-OS PATCH 05/19] mm: refactor init_page_allocator()

2025-07-02 Thread Juergen Gross
Split init_page_allocator() into three functions in order to prepare for sparing some memory from being added to the buddy allocator. Use a function pointer for selecting the function used for handling a memory range, as this will be needed by a future patch. For the same reason make iterate_memor