aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/memory.h
Commit message (Collapse)AuthorAge
* Common: Cleanup memory and misc includes.Gravatar Emmanuel Gil Peyrot2015-06-28
|
* Remove every trailing whitespace from the project (but externals).Gravatar Emmanuel Gil Peyrot2015-05-29
|
* Memory: Use a table based lookup scheme to read from memory regionsGravatar Yuri Kunde Schlesner2015-05-15
|
* Memmap: Re-organize memory function in two filesGravatar Yuri Kunde Schlesner2015-05-15
memory.cpp/h contains definitions related to acessing memory and configuring the address space mem_map.cpp/h contains higher-level definitions related to configuring the address space accoording to the kernel and allocating memory.