summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/vm_manager.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-05-27Kernel: Add VMManager to manage process address spacesYuri Kunde Schlesner1-0/+245
This enables more dynamic management of the process address space, compared to just directly configuring the page table for major areas. This will serve as the foundation upon which the rest of the Kernel memory management functions will be built.