!loadermemorylist

The !loadermemorylist extension displays the memory allocation list that the Windows boot loader passes to Windows.

!loadermemorylist ListHeadAddress

Parameters

ListHeadAddress
Specifies the address of a list header.

DLL

Kdexts.dll

Remarks

This extension is designed to be used at the beginning of the system boot process while Ntldr is running. It displays a memory allocation list that includes the start, end, and type of each page range.

You can stop execution at any point by pressing CTRL+BREAK (in WinDbg) or CTRL+C (in KD).