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

@@ -244,7 +244,7 @@ typedef struct _ACPI_XSDT
typedef struct _ACPI_FADT
{
ACPI_DESCRIPTION_HEADER Header;
ULONG Facs;
ULONG FirmwareCtrl;
ULONG Dsdt;
UCHAR IntModel;
UCHAR PmProfile;