mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[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:
@@ -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);
|
||||
@@ -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 ([email protected])
|
||||
* ReactOS Portable Systems Group
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user