Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 337 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 337 Bytes

pintos-dev

The pintos operating system. This is a course project in ShanghaiTech CS130. Pintos is a great project to learn how operating systems are built and how they work. There are four projects, including thread scheduling, user program loading and system calls, virtual memory system, file system. It passed all the unit tests.