mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 10:01:43 +00:00
[NTOSKRNL]
- Add missing PDE_MAPPED_VA definition from the sync. svn path=/branches/header-work/; revision=47302
This commit is contained in:
parent
b1dae6b379
commit
cde2dc6dc4
1 changed files with 3 additions and 0 deletions
|
@ -42,6 +42,9 @@
|
|||
#define _1KB (1024)
|
||||
#define _1MB (1024 * _1KB)
|
||||
|
||||
/* Area mapped by a PDE */
|
||||
#define PDE_MAPPED_VA (PTE_COUNT * PAGE_SIZE)
|
||||
|
||||
/* Size of a page table */
|
||||
#define PT_SIZE (PTE_COUNT * sizeof(MMPTE))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue