PintOS 2nd 프로젝트, 1번째 이야기. process.c 와 tss.c를 분석해보자.
PintOS 2nd 프로젝트, 2번째 이야기. gdt.c 와 exception.c를 분석해보자.
PintOS 2nd 프로젝트, 3번째 이야기. argument passing을 구현해보자.
PintOS 2nd 프로젝트, 4번째 이야기. 시스템 콜 exit과 fork를 구현해보자.
PintOS 2nd 프로젝트, 5번째 이야기. 시스템 콜 create, remove, exec, wait을 구현해보자.
PintOS 2nd 프로젝트, 6번째 이야기. All 97 tests passed를 보기까지.
PintOS 2nd 프로젝트, 7번째 이야기. 파일 디스크립터 관련 시스템 콜을 정리해보자.
PintOS 2nd 프로젝트, 8번째 이야기. Extend File Descriptor(Extra) 과제를 구현해보자.
정글 과정에서 가장 악명이 높은 PintOS 2nd 프로젝트를 마쳤다. 1.5주 동안 무엇을 배웠는지 간단히 회고해본다.