Store processor identities in system info structure
All checks were successful
Builds / ExectOS (i686) (push) Successful in 1m13s
Builds / ExectOS (amd64) (push) Successful in 1m14s

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

@@ -29,6 +29,3 @@ APIC_MODE HlpApicMode;
/* FrameBuffer information */
HAL_FRAMEBUFFER_DATA HlpFrameBufferData;
/* Processors identity table */
PROCESSOR_IDENTITY HlpProcessorsIdentity[MAXIMUM_PROCESSORS] = {{0}};