ladybird/Kernel/ACPI
Tom bc107d0b33 Kernel: Add SMP IPI support
We can now properly initialize all processors without
crashing by sending SMP IPI messages to synchronize memory
between processors.

We now initialize the APs once we have the scheduler running.
This is so that we can process IPI messages from the other
cores.

Also rework interrupt handling a bit so that it's more of a
1:1 mapping. We need to allocate non-sharable interrupts for
IPIs.

This also fixes the occasional hang/crash because all
CPUs now synchronize memory with each other.
2020-07-06 17:07:44 +02:00
..
Definitions.h Kernel: Detect APs and boot them into protected mode 2020-06-04 18:15:23 +02:00
DynamicParser.cpp
DynamicParser.h
Initialize.cpp
Initialize.h
MultiProcessorParser.cpp
MultiProcessorParser.h
Parser.cpp Kernel: Add SMP IPI support 2020-07-06 17:07:44 +02:00
Parser.h