forked from xt-sys/exectos
Reserve initial thread frame space in AP startup stack
This commit is contained in:
@@ -496,6 +496,7 @@ typedef struct _PROCESSOR_START_BLOCK
|
||||
ULONG_PTR Cr3;
|
||||
ULONG_PTR Cr4;
|
||||
PVOID EntryPoint;
|
||||
PVOID InitialStack;
|
||||
PVOID ProcessorStructures;
|
||||
PVOID Stack;
|
||||
BOOLEAN Started;
|
||||
|
||||
Reference in New Issue
Block a user