Complete MM class definitions with missing fields
Some checks failed
Builds / ExectOS (amd64, debug) (push) Failing after 23s
Builds / ExectOS (amd64, release) (push) Failing after 22s
Builds / ExectOS (i686, release) (push) Failing after 21s
Builds / ExectOS (i686, debug) (push) Failing after 23s

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,