aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-01-12Update secondary cache (if applicable) on writeDavid Li1-0/+15
2016-01-11Give player 2 correct core_id argDavid Li1-1/+1
2016-01-11Load all ELF sections marked ALLOCDavid Li1-2/+1
2016-01-11Add printi syscallDavid Li1-4/+12
2016-01-11Fix read_wordDavid Li2-27/+37
2016-01-10Give individual cores secondary cache accessDavid Li2-15/+24
2016-01-10Add some syscall loggingDavid Li2-0/+8
2016-01-10Update TODOs, memory layoutDavid Li1-2/+2
2016-01-09Update rustv versionDavid Li1-15/+27
2016-01-09Add secondary cache syscallsDavid Li1-7/+28
2016-01-09Implement shareable cacheDavid Li1-5/+10
2016-01-08Refactor into multiple filesDavid Li4-114/+283
2016-01-07Implement print system callDavid Li1-16/+43
2016-01-06Keep track of bytes written with proxy memoryDavid Li1-4/+81
2016-01-06Parse command line argumentsDavid Li1-8/+41
2016-01-05Initial commitDavid Li1-0/+57