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:
parent
c2d7e200eb
commit
271b9b8da3
5 changed files with 191 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue