Initial kernel ACPI support

This commit is contained in:
2024-06-04 16:24:13 +02:00
parent db5d6c42c9
commit 7704e5d399
7 changed files with 588 additions and 2 deletions

View File

@@ -9,6 +9,12 @@
#include <xtos.h>
/* ACPI tables cache list */
LIST_ENTRY HlpAcpiCacheList;
/* ACPI Root System Description Pointer (RSDP) */
PACPI_RSDP HlpAcpiRsdp;
/* Active processors count */
KAFFINITY HlpActiveProcessors;