mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:17:44 +00:00
Kernel: Merge ACPI::StaticParser into ACPI::Parser
There's no need for StaticParser to be a separate thing from Parser.
This commit is contained in:
parent
a3ca745b5a
commit
1c865ee8d4
9 changed files with 426 additions and 535 deletions
|
@ -32,7 +32,7 @@ namespace ACPI {
|
|||
|
||||
DynamicParser::DynamicParser(PhysicalAddress rsdp)
|
||||
: IRQHandler(9)
|
||||
, StaticParser(rsdp)
|
||||
, Parser(rsdp)
|
||||
{
|
||||
klog() << "ACPI: Dynamic Parsing Enabled, Can parse AML";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue