itemgiver / Pintos

Pintos is an operating system framework created for educational purposes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

Pintos is an operating system framework created for educational purposes.


Languages

Language:C 69.7%Language:Perl 23.6%Language:Makefile 3.6%Language:Assembly 2.5%Language:Shell 0.4%Language:C++ 0.1%Language:Raku 0.1%