ladybird/Kernel/Prekernel
Marcin Undak d14d7ee78b Kernel: Discover initial exception level when booting Aarch64
When booting on RPI3 firmware puts CPU in EL2 mode which is
different from QEMU's default EL3.

I've added logic to discover initial mode at boot
and then act accordingly. This results in Serenity corectly
switching to EL1 on target hardware now.
2021-10-15 17:47:39 +01:00
..
Arch Kernel: Discover initial exception level when booting Aarch64 2021-10-15 17:47:39 +01:00
CMakeLists.txt Kernel: Print current CPU exception level after booting on Aarch64 2021-10-15 17:47:39 +01:00
init.cpp Kernel: Support loading the kernel at almost arbitrary virtual addresses 2021-07-27 13:15:16 +02:00
Prekernel.h Kernel: Support loading the kernel at almost arbitrary virtual addresses 2021-07-27 13:15:16 +02:00
UBSanitizer.cpp Kernel: Build UBSanitizer.cpp in aarch64 builds 2021-09-07 20:15:15 +01:00