Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 712 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 712 Bytes

Pintos

Pintos is a simple operating system framework for the 80x86 architecture. There are four projects. Project 1: Threads, Project 2: Multiprogramming, Project 3: Virtual Memory, Project 4: File Systems. Since it's educational materials, I was able to see the provided documents and implement missing parts in the source code.

Result

Completed all projects by myself and understand the basic concepts of the operating systems. I could understand why such concepts were created and how computer scientists solved them.

pintos final

References

https://web.stanford.edu/class/cs140/projects/