kernel: memory: Add PageTable class, to manage process address space.
This commit is contained in:
parent
cfae8a1c1a
commit
84f1b6d530
3 changed files with 1510 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue