Skip to content

The pintos-kaist is a simple operating system framework for the x86-64 architecture. Pintos supports kernel threads, loading and running user programs, and a file system.

License

Notifications You must be signed in to change notification settings

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

About

The pintos-kaist is a simple operating system framework for the x86-64 architecture. Pintos supports kernel threads, loading and running user programs, and a file system.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published