kernel: memory: Add AddressSpaceInfo class, for managing the memory address space.
This commit is contained in:
parent
dc25c86556
commit
14aa65ce00
3 changed files with 166 additions and 0 deletions
|
@ -154,6 +154,8 @@ add_library(core STATIC
|
|||
hle/kernel/hle_ipc.h
|
||||
hle/kernel/kernel.cpp
|
||||
hle/kernel/kernel.h
|
||||
hle/kernel/memory/address_space_info.cpp
|
||||
hle/kernel/memory/address_space_info.h
|
||||
hle/kernel/mutex.cpp
|
||||
hle/kernel/mutex.h
|
||||
hle/kernel/object.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue