Dumping Physical Addresses Under the Kernel DebuggerLast reviewed: September 18, 1995Article ID: Q89279 |
The information in this article applies to:
SUMMARYThe addresses used in the dump commands for the Windows NT kernel debugger are virtual addresses. To dump the physical address, use the following command at the debugger prompt:
!dd <address>To modify the memory at a physical address with the debugger, use the command
!ed <address>These commands are part of the list of extension commands, which start with a "!".
MORE INFORMATIONFor more information on the extension commands, enter "!? at the debugger prompt.
|
Additional reference words: 3.10 3.50 i386kd mipskd
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |