ladybird/Kernel/ACPI
Liav A 60c32f44dd Kernel: ACPI code doesn't rely on identity mapping anymore
The problem was mostly in the initialization code, since in that stage
the parser assumed that there is an identity mapping in the first 1MB of
the address space. Now during initialization the parser will create the
correct mappings to locate the required data.
2020-01-21 11:29:58 +01:00
..
ACPIDynamicParser.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
ACPIDynamicParser.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
ACPIParser.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
ACPIParser.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
ACPIStaticParser.cpp Kernel: ACPI code doesn't rely on identity mapping anymore 2020-01-21 11:29:58 +01:00
ACPIStaticParser.h Kernel: ACPI code doesn't rely on identity mapping anymore 2020-01-21 11:29:58 +01:00
Definitions.h Use uintptr_t instead of u32 when storing pointers as integers 2020-01-20 13:13:03 +01:00
DMIDecoder.cpp Kernel: DMIDecoder no longer depends on identity-mapping 2020-01-21 11:29:58 +01:00
DMIDecoder.h Kernel: DMIDecoder no longer depends on identity-mapping 2020-01-21 11:29:58 +01:00