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

Kernel: Add CPUFeature enumeration for Aarch64 CPUs

Also, enumeration name & description mappings are provided along.
This commit is contained in:
konrad 2023-01-02 00:25:19 +01:00 committed by Jelle Raaijmakers
parent 823aab8296
commit c08f059340
3 changed files with 1283 additions and 0 deletions

View file

@ -449,6 +449,7 @@ elseif("${SERENITY_ARCH}" STREQUAL "aarch64")
Arch/aarch64/boot.S
Arch/aarch64/BootPPMParser.cpp
Arch/aarch64/CPUID.cpp
Arch/aarch64/CrashHandler.cpp
Arch/aarch64/CurrentTime.cpp
Arch/aarch64/Dummy.cpp