kernel: memory: Add system_control code, which will be used for ASLR support.
This commit is contained in:
parent
fc040b5b70
commit
81cb4d3c7f
3 changed files with 61 additions and 0 deletions
|
|
@ -159,6 +159,8 @@ add_library(core STATIC
|
|||
hle/kernel/memory/memory_block.h
|
||||
hle/kernel/memory/memory_types.h
|
||||
hle/kernel/memory/slab_heap.h
|
||||
hle/kernel/memory/system_control.cpp
|
||||
hle/kernel/memory/system_control.h
|
||||
hle/kernel/mutex.cpp
|
||||
hle/kernel/mutex.h
|
||||
hle/kernel/object.cpp
|
||||
|
|
|
|||
Reference in a new issue