mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 08:05:43 +00:00
[NTOS]: Allocate and initialize color tables based on MmSecondaryColors (MiInitializeColorTables).
[NTOS]: These come after the PFN database, so modify the MmPfnAllocation to account for them. svn path=/trunk/; revision=45558
This commit is contained in:
parent
1711020a43
commit
88d67c0d34
2 changed files with 75 additions and 1 deletions
|
@ -130,6 +130,13 @@ typedef struct _PHYSICAL_MEMORY_DESCRIPTOR
|
|||
PHYSICAL_MEMORY_RUN Run[1];
|
||||
} PHYSICAL_MEMORY_DESCRIPTOR, *PPHYSICAL_MEMORY_DESCRIPTOR;
|
||||
|
||||
typedef struct _MMCOLOR_TABLES
|
||||
{
|
||||
PFN_NUMBER Flink;
|
||||
PVOID Blink;
|
||||
PFN_NUMBER Count;
|
||||
} MMCOLOR_TABLES, *PMMCOLOR_TABLES;
|
||||
|
||||
extern MMPTE HyperTemplatePte;
|
||||
extern MMPTE ValidKernelPde;
|
||||
extern MMPTE ValidKernelPte;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue