Calculate total boot image size and pass it to kernel

This commit is contained in:
2026-01-27 16:50:11 +01:00
committed by CodingWorkshop Signing Team
parent af9cc43b1d
commit bd7129ce13
2 changed files with 7 additions and 0 deletions

View File

@@ -107,6 +107,7 @@ typedef struct _KERNEL_INITIALIZATION_BLOCK
ULONG BlockVersion;
ULONG ProtocolVersion;
PWCHAR KernelParameters;
PFN_NUMBER BootImageSize;
LIST_ENTRY LoadOrderListHead;
LIST_ENTRY MemoryDescriptorListHead;
LIST_ENTRY BootDriverListHead;