forked from xt-sys/exectos
Implement MmAllocateProcessorStructures() routine as a temporary hack to get a buffer for AP initialization
This commit is contained in:
@@ -26,3 +26,6 @@ LOADER_MEMORY_MAPPING MmOldFreeDescriptor;
|
||||
|
||||
/* Page Map Level */
|
||||
ULONG MmPageMapLevel;
|
||||
|
||||
/* Processor structures data (THIS IS A TEMPORARY HACK) */
|
||||
UCHAR MmProcessorStructuresData[MAXIMUM_PROCESSORS - 1][KPROCESSOR_STRUCTURES_SIZE] = {0};
|
||||
|
Reference in New Issue
Block a user