Main GoalImplement 4.4 BSD scheduler MLFQ like scheduler without the queues.<span style="color: - Give priority to the processes with interact
수정해야할 파일 [ ] threads/thread.* [ ] devices/timer.* 수정 메소드 [ ] timer_sleep() [ ] 블록 상태를 도입해서 timer_sleep 새로 만들기 -> 'blocked'로 변경하고 sleep queue에 넣기 [