ladybird/Kernel/ACPI
Tom 8a258edfd6 Kernel: Add x2APIC support
This allows addressing all cores on more modern processors. For now,
we still have a hardcoded limit of 64 due to s_processors being a
static array.
2021-09-04 22:22:58 +02:00
..
Definitions.h Kernel: Add x2APIC support 2021-09-04 22:22:58 +02:00
DynamicParser.cpp Kernel: Use nested namespace declarations in ACPI code 2021-07-11 01:36:30 +02:00
DynamicParser.h Kernel: Move Mutex into Locking/ 2021-08-07 11:48:00 +02:00
Initialize.cpp Kernel: Use nested namespace declarations in ACPI code 2021-07-11 01:36:30 +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: Move Kernel/Memory/ code into Kernel::Memory namespace 2021-08-06 14:05:58 +02:00
Parser.h Kernel: Rename Kernel/VM/ to Kernel/Memory/ 2021-08-06 14:05:58 +02:00