1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-18 17:31:00 +00:00
serenity/Kernel/Prekernel/Arch
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
..
aarch64 Kernel: Discover initial exception level when booting Aarch64 2021-10-15 17:47:39 +01:00
x86 Kernel: Move prekernel linker.ld into Arch subdirectories 2021-09-27 10:17:52 +02:00