1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 06:47:34 +00:00

Kernel: Add kmalloc.cpp to aarch64

This commit is contained in:
James Mintram 2022-04-03 00:06:34 +01:00 committed by Andreas Kling
parent b0f701d053
commit 2b442ae44f
3 changed files with 7 additions and 29 deletions

View file

@ -422,6 +422,8 @@ else()
MiniStdLib.cpp
Prekernel/UBSanitizer.cpp
Heap/kmalloc.cpp
Memory/AddressSpace.cpp
Memory/AnonymousVMObject.cpp
Memory/InodeVMObject.cpp