@Mov AX, 0xDEAD
OK, I got it started -
Microsoft (R) Windows Debugger Version 10.0.19041.685 X86
Copyright (c) Microsoft Corporation. All rights reserved.
Using NET for debugging
Opened WinSock 2.0
Waiting to reconnect...
Connected to target 192.168.88.22 on port 50000 on local IP 192.168.88.33.
You can get the target MAC address by running .kdtargetmac command.
Connected to Windows XP 2600 x86 compatible target at (Mon Apr 25 15:29:39.685 2022 (UTC + 8:00)), ptr64 FALSE
Kernel Debugger connection established.
************* Path validation summary **************
Response Time (ms) Location
OK C:\Symbols
Symbol search path is: C:\Symbols
Executable search path is:
Windows XP Kernel Version 2600 MP (1 procs) Free x86 compatible
Built by: 2600.xpsp_sp3_qfe.180912-0606
Machine Name:
Kernel base = 0x804d7000 PsLoadedModuleList = 0x8055d720
System Uptime: not available
Break instruction exception - code 80000003 (first chance)
nt!DbgBreakPoint:
8052b718 cc int 3
************* Path validation summary **************
Response Time (ms) Location
OK C:\Symbols
Symbol search path is: C:\Symbols
Executable search path is:
Windows XP Kernel Version 2600 MP (1 procs) Free x86 compatible
Built by: 2600.xpsp_sp3_qfe.180912-0606
Machine Name:
Kernel base = 0x804d7000 PsLoadedModuleList = 0x8055d720
System Uptime: not available
Break instruction exception - code 80000003 (first chance)
nt!DbgBreakPoint:
8052b718 cc int 3
kd> g
ACPIInitializeDDB: AMLILoadDDB failed 0xc0000035
*** Assertion failed: ACPIInitializeDDB: AMLILoadDDB failed to load DDB
0
*** Source File: e:\xpsp1\nt\base\busdrv\acpi\driver\shared\acpiinit.c, line 509
Break repeatedly, break Once, Ignore, terminate Process, or terminate Thread (boipt)?
I recall you saying I need to enter !amli set spewon verboseon logon traceon
after ed KD_ACPI_Mask 0xFFFFFFF
at some point but I haven't reached that point yet.
so what do I type in next?