Update memory mapping related structures
Some checks failed
Builds / ExectOS (amd64) (push) Successful in 31s
Builds / ExectOS (i686) (push) Failing after 16s

This commit is contained in:
2024-01-29 19:31:20 +01:00
parent d27a4cde4b
commit 0c691a40e3
5 changed files with 22 additions and 12 deletions

View File

@@ -115,10 +115,9 @@ typedef struct _LOADER_INFORMATION_BLOCK
typedef struct _LOADER_MEMORY_MAPPING
{
LIST_ENTRY ListEntry;
PVOID VirtualAddress;
PVOID PhysicalAddress;
ULONGLONG NumberOfPages;
LOADER_MEMORY_TYPE MemoryType;
ULONG BasePage;
ULONG PageCount;
} LOADER_MEMORY_MAPPING, *PLOADER_MEMORY_MAPPING;
/* Loader provided information needed by the kernel to initialize */