[Zion] Add a method to dump the bootloader memory regions.
This commit is contained in:
parent
17ed4ca1f6
commit
a745f45b5d
4 changed files with 40 additions and 136 deletions
|
|
@ -13,6 +13,8 @@ void InitBootstrapPageAllocation();
|
|||
// Initializes the main physical memory manager.
|
||||
void InitPhysicalMemoryManager();
|
||||
|
||||
void DumpRegions();
|
||||
|
||||
uint64_t AllocatePage();
|
||||
uint64_t AllocateAndZeroPage();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue