OS 전반적인 내용 요약 - Process : 현재 수행중인 프로그램 (program in execution) : Context Switch를 통해 전환된다 - Thread : Overhead를 줄이기 위한 개념 - Scheduling : CPU - 100 process 중 1 process를 CPU가 연산 - Synchronization : "semaphore", "critical section" 중요개념 - Deadlock : process 중단현상 - Memory : Virtual Memory : address translation이 이루어진다 : MMU가 한다 (Memory Management Unit) - HDD scheduling : seektime이 오래걸린다, SSD : NVM, NVMe,..