Centralize memory layout dumping

This commit is contained in:
2026-01-30 18:47:46 +01:00
parent 19f5307be6
commit b16dbb19f8
3 changed files with 2 additions and 7 deletions

View File

@@ -387,7 +387,4 @@ MM::Manager::InitializeMemoryLayout(VOID)
/* Update paged pool end address */
MemoryLayout.PagedPoolEnd = (PVOID)(((ULONGLONG)MemoryLayout.PagedPoolStart +
MemoryLayout.PagedPoolSize * MM_PAGE_SIZE) - 1);
/* Dump memory layout */
DumpMemoryLayout();
}