kernel: memory: Add PageTable class, to manage process address space.

This commit is contained in:
bunnei 2020-04-08 17:28:42 -04:00
parent cfae8a1c1a
commit 84f1b6d530
3 changed files with 1510 additions and 0 deletions

View file

@ -166,6 +166,8 @@ add_library(core STATIC
hle/kernel/memory/page_linked_list.h
hle/kernel/memory/page_heap.cpp
hle/kernel/memory/page_heap.h
hle/kernel/memory/page_table.cpp
hle/kernel/memory/page_table.h
hle/kernel/memory/slab_heap.h
hle/kernel/memory/system_control.cpp
hle/kernel/memory/system_control.h