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,11 @@ namespace MM
{
class HardwarePool
{
private:
STATIC LOADER_MEMORY_DESCRIPTOR HardwareAllocationDescriptors[MM_HARDWARE_ALLOCATION_DESCRIPTORS];
STATIC PVOID HardwareHeapStart;
STATIC ULONG UsedHardwareAllocationDescriptors;
public:
STATIC XTAPI XTSTATUS AllocateHardwareMemory(IN PFN_NUMBER PageCount,
IN BOOLEAN Aligned,