Add three most important linked lists into the kernel initialization block
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
parent
ee9f2df6a6
commit
3125a25617
@ -92,6 +92,9 @@ typedef struct _LOADER_INFORMATION_BLOCK
|
|||||||
/* Loader provided information needed by the kernel to initialize */
|
/* Loader provided information needed by the kernel to initialize */
|
||||||
typedef struct _KERNEL_INITIALIZATION_BLOCK
|
typedef struct _KERNEL_INITIALIZATION_BLOCK
|
||||||
{
|
{
|
||||||
|
LIST_ENTRY LoadOrderListHead;
|
||||||
|
LIST_ENTRY MemoryDescriptorListHead;
|
||||||
|
LIST_ENTRY BootDriverListHead;
|
||||||
ULONG Size;
|
ULONG Size;
|
||||||
ULONG Version;
|
ULONG Version;
|
||||||
ULONG_PTR KernelStack;
|
ULONG_PTR KernelStack;
|
||||||
|
Loading…
Reference in New Issue
Block a user