/cs140

Assignments for Stanford's CS140

Primary LanguageC

README

My attempt at http://www.scs.stanford.edu/15au-cs140/pintos/pintos.html#SEC_Contents, done whenever time allows.

What is this repository for?

  • Quick summary The repo for PINTOS, containing src and tests.

How do I get set up?

  • Summary of set up PINTOS is best setup on an Ubuntu 15.04 VM, which is what I've done.
  • Configuration
export PATH=<project-location>/src/utils:$PATH

will help get some utilities on the path.