forked from xt-sys/exectos
Kernel parameters should be stored in wide char
This commit is contained in:
parent
8e61e95cc2
commit
bfe2e3899a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user