summaryrefslogtreecommitdiffstats
path: root/src/core/memory_setup.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Memory: Implement MMIOMerryMage2016-01-301-3/+4
|
* Memory: Move PAGE_MASK and PAGE_BITS to memory.hYuri Kunde Schlesner2015-08-161-3/+0
|
* Kernel: Add VMManager to manage process address spacesYuri Kunde Schlesner2015-05-271-0/+7
| | | | | | | | 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.
* Memory: Use a table based lookup scheme to read from memory regionsYuri Kunde Schlesner2015-05-151-0/+29