Remove PageMapLevel from the loader information block

This commit is contained in:
2025-08-16 20:18:34 +02:00
parent 6a330e38f2
commit 8491e5fed1
2 changed files with 0 additions and 4 deletions

View File

@@ -89,7 +89,6 @@ typedef struct _FIRMWARE_INFORMATION_BLOCK
typedef struct _LOADER_INFORMATION_BLOCK
{
PVOID DbgPrint;
ULONG PageMapLevel;
} LOADER_INFORMATION_BLOCK, *PLOADER_INFORMATION_BLOCK;
/* Boot Loader memory mapping information */