mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 09:46:18 +00:00
[NTOSKRNL]
- Add some missing constants for amd64 - Fix compilation of kd64 - Make MmAllocationFragment a SIZE_T svn path=/trunk/; revision=48204
This commit is contained in:
parent
60082fb243
commit
7feaf99fb1
4 changed files with 9 additions and 4 deletions
|
@ -33,7 +33,6 @@
|
|||
#define MI_NONPAGED_POOL_END (PVOID)0xFFBE0000
|
||||
#define MI_DEBUG_MAPPING (PVOID)0xFFBFF000
|
||||
|
||||
// on AMD64 this would be MiAddressToPte(MM_KSEG0_BASE)
|
||||
#define MI_SYSTEM_PTE_BASE (PVOID)MiAddressToPte(NULL)
|
||||
|
||||
#define MI_MIN_SECONDARY_COLORS 8
|
||||
|
@ -392,7 +391,7 @@ extern BOOLEAN MmDynamicPfn;
|
|||
extern BOOLEAN MmMirroring;
|
||||
extern BOOLEAN MmMakeLowMemory;
|
||||
extern BOOLEAN MmEnforceWriteProtection;
|
||||
extern ULONG MmAllocationFragment;
|
||||
extern SIZE_T MmAllocationFragment;
|
||||
extern ULONG MmConsumedPoolPercentage;
|
||||
extern ULONG MmVerifyDriverBufferType;
|
||||
extern ULONG MmVerifyDriverLevel;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue