1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 02:27:43 +00:00

Kernel: Print current CPU exception level after booting on Aarch64

This is a first step to switch to exception level 1.

This is also my first patch for SerenityOS :)
This commit is contained in:
Marcin Undak 2021-10-07 15:54:48 -04:00 committed by Linus Groh
parent 7beccaf41b
commit 18eb4a59d6
4 changed files with 29 additions and 0 deletions

View file

@ -11,6 +11,7 @@ if ("${SERENITY_ARCH}" STREQUAL "aarch64")
Arch/aarch64/MMIO.cpp
Arch/aarch64/Timer.cpp
Arch/aarch64/UART.cpp
Arch/aarch64/Aarch64_asm_utils.S
Arch/aarch64/boot.S
Arch/aarch64/init.cpp
)