- KPROCESSOR_STATE is not 4-byte aligned.
authorAlex Ionescu <aionescu@gmail.com>
Tue, 20 Feb 2007 03:22:30 +0000 (03:22 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Tue, 20 Feb 2007 03:22:30 +0000 (03:22 +0000)
commit3006d54080be892298c6787a61d28da54be4e936
tree73da284b17b7c8638434950a8253a9551be2a88e
parentb9b53235153810ecadac5539c47b4429b7667116
- KPROCESSOR_STATE is not 4-byte aligned.
- Fail physical memory reads for now.
- Use the right kernel load address.
- Generate image name when loading boot symbols. Now WinDBG sees "ntoskrnl.exe".
- Fix KiSaveProcessorControlState and KiRestoreProcessorControlSate. The latter doesn't freeze the CPU anymore so it's enabled, and the former doesn't cause WinDBG to panic anymore and display weird data.

svn path=/branches/alex-kd-branch/; revision=25852
reactos/include/ndk/i386/ketypes.h
reactos/ntoskrnl/kd64/kdapi.c
reactos/ntoskrnl/kd64/kdinit.c
reactos/ntoskrnl/ke/i386/cpu.c