summaryrefslogtreecommitdiffstats
path: root/vm
Commit message (Expand)AuthorAgeFilesLines
* use void* instead of uint8_t* in mmap/page table and fill in more of proj2manuel2012-06-214-5/+5
* full mmap implementationmanuel2012-06-214-35/+91
* initial implementation of memory mapped filesmanuel2012-06-214-54/+163
* add dynamic stack growingmanuel2012-06-192-47/+64
* implement page table and use it for lazy loading of segmentsmanuel2012-06-192-0/+188
* reorganize file structure to match the upstream requirementsmanuel2012-03-273-0/+11