ladybird/Kernel/Heap
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
..
kmalloc.cpp Kernel: Add SMP IPI support 2020-07-06 17:07:44 +02:00
kmalloc.h Kernel: Use consistent names for kmalloc globals and remove volatile 2020-05-16 10:55:54 +02:00
SlabAllocator.cpp Kernel: Add a SpinLock to the WaitQueue 2020-07-06 10:00:24 +02:00
SlabAllocator.h Kernel: Move all code into the Kernel namespace 2020-02-16 01:27:42 +01:00