Implement MmAllocateProcessorStructures() routine as a temporary hack to get a buffer for AP initialization

This commit is contained in:
2024-05-07 23:30:11 +02:00
parent 8d6d27651c
commit b65ff2a767
6 changed files with 85 additions and 0 deletions

View File

@@ -60,4 +60,7 @@ EXTERN LOADER_MEMORY_MAPPING MmOldFreeDescriptor;
/* Page Map Level */
EXTERN ULONG MmPageMapLevel;
/* Processor structures data (THIS IS A TEMPORARY HACK) */
EXTERN UCHAR MmProcessorStructuresData[MAXIMUM_PROCESSORS - 1][KPROCESSOR_STRUCTURES_SIZE];
#endif /* __XTOSKRNL_GLOBALS_H */