이 포스트부터는 PINTOS의 첫번째 과제인 Threads를 본격적으로 구현하여 보도록 하겠다. 일단 PINTOS라는 훌~륭한 친구를 만들어내신 stanford 대학의 공식 문서를 통해서 무엇을 구현해야 하는지 알아보도록 하자. https://web.stanford.edu/class/cs140/projects/pintos/pintos_2.html#SEC15 Pintos Projects: Project 1--Threads In this assignment, we give you a minimally functional thread system.
Your job is to extend the functionality of this system to gain a better understanding of synchronization problems. You will be working primarily in the threads directory for this assignment, wi...
#
OS
#
pintos
#
스레드
#
운영체제
#
운체
#
핀토스
원문 링크 : [OS_PINTOS] #1-1. Alarm Clock