본문 바로가기
[Pint OS] 핀토스

[PintOS] 핀토스 뽀개기 - Threads

by codeomni 2023. 12. 16.
반응형

 

틀린 내용은 댓글 부탁드립니다.


구현 단계

프로젝트 1의 Threads에서 3 부분의 구현 단계를 거칩니다.

 

1. Alarm clock

https://codeomni.tistory.com/945

 

2. Priority Scheduling

  • Priority Scheduling

https://codeomni.tistory.com/946

 

[PintOS] 핀토스 뽀개기 - Threads - Priority Scheduling

틀린 내용은 댓글 부탁드립니다. 목표 CPU가 우선순위에 상관없이 ready_list에 들어온 순서대로 쓰레드가 점유하는 라운드 로빈 스케줄링 방식으로 각각의 쓰레드가 할당 신간만큼 할당하고 주어

codeomni.tistory.com

 

  • Priority Scheduling and Synchronization

https://codeomni.tistory.com/947

 

  • Priority Inversion Problem

https://codeomni.tistory.com/948

 

3. Advanced Scheduler(Multi-Level Feedback Queue Scheduler)

https://codeomni.tistory.com/949

 


 

댓글