Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.19 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.19 KB

Brand new pintos for Operating Systems and Lab (CS330), KAIST, by Youngjin Kwon.

The manual is available at https://casys-kaist.github.io/pintos-kaist/.


PROJECT1: THREADS

Priority Scheduling and Synchronization[https://codeomni.tistory.com/947]
Multi-Level Feedback Queue Scheduler[https://codeomni.tistory.com/949]
Modify Thread Function[https://codeomni.tistory.com/953]

PROJECT2: USER PROGRAMS

Hierarchical Process Structure[https://codeomni.tistory.com/958]
Denying Write To Executable[https://codeomni.tistory.com/963]

PROJECT3: VIRTUAL MEMORY