Store processor identities in system info structure

This commit is contained in:
2024-06-07 20:19:56 +02:00
parent 86bc2042e5
commit f36b59c961
4 changed files with 2 additions and 10 deletions

View File

@@ -33,9 +33,6 @@ EXTERN APIC_MODE HlpApicMode;
/* FrameBuffer information */
EXTERN HAL_FRAMEBUFFER_DATA HlpFrameBufferData;
/* Processors identity table */
EXTERN PROCESSOR_IDENTITY HlpProcessorsIdentity[MAXIMUM_PROCESSORS];
/* Pointer to boot loader provided DbgPrint() routine */
EXTERN VOID (*KeDbgPrint)(IN PWCHAR Format, IN ...);