reactos/reactos/ntoskrnl/kd
Timo Kreuzer ea5522e1d8 [NTOSKRNL]
Add support for debug pre/post syscall hooks, that can be registered from win32k. They only exist on DBG versions.

svn path=/trunk/; revision=50823
2011-02-19 21:50:11 +00:00
..
amd64 [NTOSKRNL] 2010-07-24 01:12:13 +00:00
i386 - Implement support for reading and writing physical memory for KD. The implementation uses a reserved mapping page to map the target physical address to. On x86 this page is located at virtual address 0xFFBFF000, and the PTE for this page is the last PTE of the nonpaged pool's PDE. Other architectures may need to reserve the PTE elsewhere. 2009-11-04 22:40:18 +00:00
wrappers Merge from amd64-branch: 2010-01-13 22:35:43 +00:00
kdinit.c [NTOS]: Mark all initialization functions INIT_FUNCTION. 2010-11-02 16:29:06 +00:00
kdio.c [NTOS]: Mark all initialization functions INIT_FUNCTION. 2010-11-02 16:29:06 +00:00
kdmain.c [NTOSKRNL] 2011-02-19 21:50:11 +00:00