Please do follow the academic honesty regulation in your school!
- src-proj1
- The first project is implemented based on the original Pintos template.
- All local test case pass.
- src-proj2
- The second project is implemented based on the original Pintos template.
- All local test case pass.
- src-proj3
- The third project is implemented based on the second project.
- All local test case pass.
- src-proj4
- The fourth project is implemented based on the second project.
- Two local test cases cannot pass. (dir-vine and dir-vine-persistence)
All the design docs of the four projects are also uploaded, also just for reference.
The official document of Pintos is http://web.stanford.edu/~ouster/cgi-bin/cs140-spring20/pintos/pintos.html#SEC_Top, the environment setting and all the details can be found in there.