Skip to content

laphayen/pintos-kaist

Repository files navigation

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