Store page map level
All checks were successful
Builds / ExectOS (i686) (push) Successful in 32s
Builds / ExectOS (amd64) (push) Successful in 33s

This commit is contained in:
2024-04-07 17:49:24 +02:00
parent 388ac1a8c2
commit 7193e698f1
5 changed files with 13 additions and 1 deletions

View File

@@ -57,4 +57,7 @@ EXTERN ULONG MmNumberOfPhysicalPages;
/* Old biggest free memory descriptor */
EXTERN LOADER_MEMORY_MAPPING MmOldFreeDescriptor;
/* Page Map Level */
EXTERN ULONG MmPageMapLevel;
#endif /* __XTOSKRNL_GLOBALS_H */