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

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