Lifecycle management of threads #29

Merged
harraiken merged 240 commits from threads into master 2026-09-07 13:45:09 +02:00
Showing only changes of commit 4bcdcda3a0 - Show all commits

View File

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