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

Kernel: Add temporary debug printing utilities for Aarch64

Added dbgln() and warnln() debug functions to help bootstraping.
Eventually they are going to be replaced by AK/Format.h implementation.
This commit is contained in:
Marcin Undak 2021-10-14 22:48:48 -04:00 committed by Andreas Kling
parent 0329a37271
commit 82a73b8499
3 changed files with 36 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/Utils.cpp
Arch/aarch64/Aarch64_asm_utils.S
Arch/aarch64/boot.S
Arch/aarch64/init.cpp