Week01 - 01 OS란? - H/W를 관리하는 역할 - Process menagement -> CPU, GPU - Memory Management -> Momory - I/O systems -> I/O Devices - File systems -> Storage (HDD, SSD) API : "System call"를 사용 - read - write - fork - thread OS 소스코드 사이트 - codex.cs.yale.edu/avi/os-book/OS10/index.html Operating System Concepts - 10th edition codex.cs.yale.edu Linux Virtual Machine 설치하기 1. 위 사이트를 접속 2. Linux Virtual Machin..