1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 18:18:12 +00:00
serenity/Kernel/ACPI
Andreas Kling 6b5d2afd00 Kernel: Clean up and simplify MP table parsing
Use map_typed<T> to map physically addressed structs into kernel VM.
This is so much easier than doing address arithmetic everywhere. :^)
2020-05-22 12:01:01 +02:00
..
Definitions.h Kernel: Absorb LibBareMetal back into the kernel 2020-05-16 12:00:04 +02:00
DMIDecoder.cpp Kernel: Absorb LibBareMetal back into the kernel 2020-05-16 12:00:04 +02:00
DMIDecoder.h Kernel: Absorb LibBareMetal back into the kernel 2020-05-16 12:00:04 +02:00
DynamicParser.cpp Kernel: Remove redundant "ACPI" from filenames in ACPI/ 2020-04-09 18:17:27 +02:00
DynamicParser.h Kernel: Absorb LibBareMetal back into the kernel 2020-05-16 12:00:04 +02:00
Initialize.cpp Kernel: Remove redundant "ACPI" from filenames in ACPI/ 2020-04-09 18:17:27 +02:00
Initialize.h Kernel: Remove "non-operational" ACPI parser state 2020-04-09 17:19:11 +02:00
MultiProcessorParser.cpp Kernel: Clean up and simplify MP table parsing 2020-05-22 12:01:01 +02:00
MultiProcessorParser.h Kernel: Clean up and simplify MP table parsing 2020-05-22 12:01:01 +02:00
Parser.cpp Kernel: Absorb LibBareMetal back into the kernel 2020-05-16 12:00:04 +02:00
Parser.h Kernel: Absorb LibBareMetal back into the kernel 2020-05-16 12:00:04 +02:00