Change ActiveProcessors to a pointer for dynamic allocation

This commit is contained in:
2026-06-10 10:31:24 +02:00
parent 7a27912dac
commit 4bcdcda3a0

View File

@@ -28,7 +28,7 @@ ACPI_SYSTEM_INFO HL::Acpi::SystemInfo;
ACPI_TIMER_INFO HL::Acpi::TimerInfo;
/* Represents the number of active processors */
KAFFINITY_MAP HL::Cpu::ActiveProcessors;
PKAFFINITY_MAP HL::Cpu::ActiveProcessors;
/* Metadata detailing the linear frame buffer geometry */
HL_FRAMEBUFFER_DATA HL::FrameBuffer::FrameBufferData;