Author: ion
Date: Mon Feb 19 01:46:01 2007
New Revision: 25840
URL:
http://svn.reactos.org/svn/reactos?rev=25840&view=rev
Log:
- Dummy commit for documentation purposes:
"The KD64 6.0 implementation is based on information from the VSJ article located
at:
http://www.vsj.co.uk/articles/display.asp?id=265 by Albert Alameida. Although Windows
2000 shipped with KD64 5.0, much of the implementation details have not changed.
Additionally, the Windows 2000 DDK (accidentally?) shipped with a file called windbgkd.h
which contains internal KD64 information and documentation. WinDBG's SDK ships with
wdbgexts.h which contains more internal information on some portable structures. Other
information was gathered through people such as Skywing."
Modified:
branches/alex-kd-branch/reactos/ntoskrnl/kd64/kdprint.c
Modified: branches/alex-kd-branch/reactos/ntoskrnl/kd64/kdprint.c
URL:
http://svn.reactos.org/svn/reactos/branches/alex-kd-branch/reactos/ntoskrnl…
==============================================================================
--- branches/alex-kd-branch/reactos/ntoskrnl/kd64/kdprint.c (original)
+++ branches/alex-kd-branch/reactos/ntoskrnl/kd64/kdprint.c Mon Feb 19 01:46:01 2007
@@ -97,8 +97,8 @@
Status = KdpReportLoadSymbolsStateChange(DllPath,
DllBase,
Unload,
- &Prcb->
- ProcessorState.ContextFrame);
+ &Prcb->ProcessorState.
+ ContextFrame);
#else
Status = FALSE;
#endif