ladybird/Kernel/ACPI
Liav A 2da8aba48d Kernel: Change ACPI & DMI definitions a bit
Structures declarations changed __attribute__((__packed__))
to [[gnu::packed]] in ACPI & DMI definitions.
Also, declarations of array of pointers in ACPI RSDT/XSDT are correct
now. In addition to that, now we have a declaration of the ACPI MADT
table & the table entries.
2020-01-14 15:38:58 +01:00
..
ACPIDynamicParser.cpp Kernel: Introduce the ACPI subsystem 2020-01-02 00:50:09 +01:00
ACPIDynamicParser.h Kernel: Introduce the ACPI subsystem 2020-01-02 00:50:09 +01:00
ACPIParser.cpp Kernel: Remove problematic memory mapping methods 2020-01-14 15:38:58 +01:00
ACPIParser.h Kernel: Remove problematic memory mapping methods 2020-01-14 15:38:58 +01:00
ACPIStaticParser.cpp Kernel: Remove problematic memory mapping methods 2020-01-14 15:38:58 +01:00
ACPIStaticParser.h Kernel: Remove problematic memory mapping methods 2020-01-14 15:38:58 +01:00
Definitions.h Kernel: Change ACPI & DMI definitions a bit 2020-01-14 15:38:58 +01:00
DMIDecoder.cpp Kernel: Remove problematic memory mapping methods 2020-01-14 15:38:58 +01:00
DMIDecoder.h Kernel: Change ACPI & DMI definitions a bit 2020-01-14 15:38:58 +01:00