aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
AgeCommit message (Expand)AuthorFilesLines
2016-01-11Fix read_wordDavid Li1-8/+10
2016-01-10Give individual cores secondary cache accessDavid Li1-3/+10
2016-01-10Add some syscall loggingDavid Li1-0/+4
2016-01-10Update TODOs, memory layoutDavid Li1-2/+2
2016-01-09Update rustv versionDavid Li1-15/+27
2016-01-08Refactor into multiple filesDavid Li1-114/+27
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