Add three most important linked lists into the kernel initialization block
所有检测均成功
ci/woodpecker/push/build Pipeline was successful
所有检测均成功
ci/woodpecker/push/build Pipeline was successful
这个提交包含在:
父节点
ee9f2df6a6
当前提交
3125a25617
@ -92,6 +92,9 @@ typedef struct _LOADER_INFORMATION_BLOCK
|
||||
/* Loader provided information needed by the kernel to initialize */
|
||||
typedef struct _KERNEL_INITIALIZATION_BLOCK
|
||||
{
|
||||
LIST_ENTRY LoadOrderListHead;
|
||||
LIST_ENTRY MemoryDescriptorListHead;
|
||||
LIST_ENTRY BootDriverListHead;
|
||||
ULONG Size;
|
||||
ULONG Version;
|
||||
ULONG_PTR KernelStack;
|
||||
|
正在加载...
x
在新工单中引用
屏蔽一个用户