[Zion] Add a method to dump the bootloader memory regions.

This commit is contained in:
Drew Galbraith 2023-11-08 08:07:57 -08:00
parent 17ed4ca1f6
commit a745f45b5d
4 changed files with 40 additions and 136 deletions

View file

@ -13,6 +13,8 @@ void InitBootstrapPageAllocation();
// Initializes the main physical memory manager.
void InitPhysicalMemoryManager();
void DumpRegions();
uint64_t AllocatePage();
uint64_t AllocateAndZeroPage();