Skip to content

komfkore/pintos2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PintOS

PintOS projects for "CS330:Operating Systems and Lab" by Donghyun Kim&Jongchan Park.

Project 1: Threads
Project 1 is implemented in pintos-lab1 folder, which is in master branch.
Other folder start from project 2.

Project 2: User Programs
Done with all tests passing in April 5, 2019.

Project 3: Virtual Memory
Implemented in Lab3 branch.

Project 4: File System
Implemented in Lab3 branch.