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

Kernel: Set up and activate the MMU in the aarch64 perkernel

This commit is contained in:
James Mintram 2021-11-24 20:09:43 +00:00 committed by Brian Gianforcaro
parent c2d7e200eb
commit 271b9b8da3
5 changed files with 191 additions and 0 deletions

View file

@ -17,6 +17,7 @@ if ("${SERENITY_ARCH}" STREQUAL "aarch64")
# Preload specific
Arch/aarch64/init.cpp
Arch/aarch64/PrekernelMMU.cpp
Arch/aarch64/PrekernelExceptions.cpp
Arch/aarch64/PrekernelCommon.cpp