mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:57:35 +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:
parent
7beccaf41b
commit
18eb4a59d6
4 changed files with 29 additions and 0 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue