[NTOS]: Another one bites the dust, another one bites the dust. And another one gone and another one gone. Another one bites the dust, yeah. Out of the doorway the bullets rip, Repeating to the sound of the beat.

svn path=/trunk/; revision=47624
This commit is contained in:
Sir Richard 2010-06-06 14:24:18 +00:00
parent aa574a3c90
commit 5867b89ee6
3 changed files with 13 additions and 8 deletions

View file

@ -1,7 +1,7 @@
/*
* PROJECT: ReactOS Kernel
* LICENSE: GPL - See COPYING in the top level directory
* FILE: ntoskrnl/mm/mmdbg.c
* LICENSE: BSD - See COPYING.ARM in the top level directory
* FILE: ntoskrnl/mm/ARM3/mmdbg.c
* PURPOSE: Memory Manager support routines for the Kernel Debugger
* PROGRAMMERS: Stefan Ginsberg (stefan.ginsberg@reactos.org)
*/
@ -9,10 +9,17 @@
/* INCLUDES *******************************************************************/
#include <ntoskrnl.h>
#include "ARM3/miarm.h"
#define NDEBUG
#include <debug.h>
#line 16 "ARM³::DEBUGSUP"
#define MODULE_INVOLVED_IN_ARM3
#include "../ARM3/miarm.h"
#ifndef _WINKD_
#define KdpDprintf DPRINT
#endif
/* GLOBALS ********************************************************************/
PMMPTE MmDebugPte = MiAddressToPte(MI_DEBUG_MAPPING);

View file

@ -1,7 +1,7 @@
/*
* PROJECT: ReactOS Kernel
* LICENSE: GPL - See COPYING in the top level directory
* FILE: ntoskrnl/mm/sysldr.c
* LICENSE: BSD - See COPYING.ARM in the top level directory
* FILE: ntoskrnl/mm/ARM3/sysldr.c
* PURPOSE: Contains the Kernel Loader (SYSLDR) for loading PE files.
* PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org)
* ReactOS Portable Systems Group

View file

@ -397,6 +397,7 @@
<file>iosup.c</file>
<file>largepag.c</file>
<file>mdlsup.c</file>
<file>mmdbg.c</file>
<file>mminit.c</file>
<file>mmsup.c</file>
<file>ncache.c</file>
@ -412,9 +413,6 @@
<file>balance.c</file>
<file>freelist.c</file>
<file>marea.c</file>
<if property="_WINKD_" value ="1">
<file>mmdbg.c</file>
</if>
<file>mmfault.c</file>
<file>mminit.c</file>
<file>mpw.c</file>