참고 블로그:https://jhnyang.tistory.com/notice/31

반효경 정리 블로그:https://rebro.kr/178

# 운영체제 목차

Chapter 1. Instruction 시작하기 전~ 소개

OS(운영체제)

커널(Kernel) vs 유저(User) (feat. mode bit)

Chapter 2. System Structures 시스템 구조

시스템콜(system call)

Chapter 3. Process Concept 프로세스 개념

프로세스(Process)

쓰레드(Thread)

문맥 교환(Context-switching)

Chapter 4. Multithreaded Programming 멀티 스레드 프로그래밍