Skip to content

Pintos is an operating system framework created for educational purposes.

Notifications You must be signed in to change notification settings

itemgiver/Pintos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/