Kernel parameters should be stored in wide char
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 35s
Builds / ExectOS (i686) (push) Successful in 28s

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 BlockSize;
ULONG BlockVersion; ULONG BlockVersion;
ULONG ProtocolVersion; ULONG ProtocolVersion;
PCHAR KernelParameters; PWCHAR KernelParameters;
LIST_ENTRY LoadOrderListHead; LIST_ENTRY LoadOrderListHead;
LIST_ENTRY MemoryDescriptorListHead; LIST_ENTRY MemoryDescriptorListHead;
LIST_ENTRY BootDriverListHead; LIST_ENTRY BootDriverListHead;