diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-04-16 10:17:19 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-04-16 10:17:19 +0200 |
| commit | 3c210c07c60fbe9378cfb720847e8c1d3c763ead (patch) | |
| tree | c83b1aa99dd7435a9fd033772e973ade637b464d /libs/acpi/test_data/tables.S | |
| parent | 888471f23e7f07749b4bc9a2fa70992062b6e4d0 (diff) | |
| parent | f9dde928add359a1dff0db402dc1454e72aea633 (diff) | |
| download | teachos-3c210c07c60fbe9378cfb720847e8c1d3c763ead.tar.xz teachos-3c210c07c60fbe9378cfb720847e8c1d3c763ead.zip | |
Merge branch 'fmorgner/develop-BA-FS26/acpi-refactor' into develop-BA-FS26
Diffstat (limited to 'libs/acpi/test_data/tables.S')
| -rw-r--r-- | libs/acpi/test_data/tables.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/acpi/test_data/tables.S b/libs/acpi/test_data/tables.S index f40f070..641db6a 100644 --- a/libs/acpi/test_data/tables.S +++ b/libs/acpi/test_data/tables.S @@ -11,5 +11,7 @@ TABLE(basic_madt, "basic_madt.aml") TABLE(basic_rsdt, "basic_rsdt.aml") TABLE(basic_rsdp, "basic_rsdp.aml") +TABLE(basic_xsdt, "basic_xsdt.aml") +TABLE(table_header, "table_header.aml") #undef TABLE |
