1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:28:12 +00:00
serenity/Kernel/ACPI
Liav A 026f80a95b Kernel/ACPI: Simplify parser initialization
Let's remove the DynamicParser class, as it really did nothing yet in
the Kernel. Instead, when we add support for AML parsing, we can figure
out how to do it properly without the need of a derived class that just
complicates everything for no good reason.
2021-09-10 22:01:23 +02:00
..
Definitions.h Kernel/ACPI: Simplify parser initialization 2021-09-10 22:01:23 +02:00
Initialize.cpp Kernel/ACPI: Simplify parser initialization 2021-09-10 22:01:23 +02:00
Initialize.h Kernel: Use nested namespace declarations in ACPI code 2021-07-11 01:36:30 +02:00
MultiProcessorParser.cpp Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace 2021-08-06 14:05:58 +02:00
MultiProcessorParser.h Kernel: Rename Kernel/VM/ to Kernel/Memory/ 2021-08-06 14:05:58 +02:00
Parser.cpp Kernel/ACPI: Simplify parser initialization 2021-09-10 22:01:23 +02:00
Parser.h Kernel/ACPI: Simplify parser initialization 2021-09-10 22:01:23 +02:00