1
0
원본 프로젝트 : xt-sys/exectos

Boot loader no longer needs to do anything related to the stack

This commit is contained in:
2023-02-05 10:03:21 +01:00
부모 d6aac59199
커밋 707c92e08a
2개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제

파일 보기

@@ -120,8 +120,6 @@ typedef struct _KERNEL_INITIALIZATION_BLOCK
LIST_ENTRY BootDriverListHead;
ULONG Size;
ULONG Version;
ULONG_PTR KernelBootStack;
ULONG_PTR KernelFaultStack;
LOADER_INFORMATION_BLOCK LoaderInformation;
FIRMWARE_INFORMATION_BLOCK FirmwareInformation;
} KERNEL_INITIALIZATION_BLOCK, *PKERNEL_INITIALIZATION_BLOCK;