Complete MM class definitions with missing fields

This commit is contained in:
2025-09-15 22:17:46 +02:00
parent 404595801d
commit 52c4d2a346
3 changed files with 15 additions and 0 deletions

View File

@@ -17,6 +17,9 @@ namespace MM
{
class KernelPool
{
private:
STATIC UCHAR ProcessorStructuresData[MAXIMUM_PROCESSORS][KPROCESSOR_STRUCTURES_SIZE];
public:
STATIC XTAPI XTSTATUS AllocateKernelStack(IN PVOID *Stack,
IN BOOLEAN LargeStack,