Kernel parameters should be stored in wide char

This commit is contained in:
Rafal Kupiec 2024-01-29 15:19:48 +01:00
parent 8e61e95cc2
commit bfe2e3899a
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -127,7 +127,7 @@ typedef struct _KERNEL_INITIALIZATION_BLOCK
ULONG BlockSize;
ULONG BlockVersion;
ULONG ProtocolVersion;
PCHAR KernelParameters;
PWCHAR KernelParameters;
LIST_ENTRY LoadOrderListHead;
LIST_ENTRY MemoryDescriptorListHead;
LIST_ENTRY BootDriverListHead;