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

Kernel: Move the VM Range class to its own files

This commit is contained in:
Andreas Kling 2021-02-25 11:42:49 +01:00
parent c11511a0ab
commit 17f076d912
5 changed files with 125 additions and 59 deletions

View file

@ -212,6 +212,7 @@ set(KERNEL_SOURCES
VM/PrivateInodeVMObject.cpp
VM/ProcessPagingScope.cpp
VM/PurgeablePageRanges.cpp
VM/Range.cpp
VM/RangeAllocator.cpp
VM/Region.cpp
VM/SharedInodeVMObject.cpp