Chap 2. System structure
운영체제 Chap2. OS 서비스(user system) Resource allocation, Accounting, Secure Protection (Kernel) Os interface(cli , gui, batch) Systemcall 많이 일어남(API로 관리 libc 이식성 뛰어남) 인텔사에서는 EAX~EDX 처리 Syscall type(pm, f, d, c, im, p) Process Management (error, 기록 후 종료 등등, 과거 Dos에서는 필요없지만 유닉스에서는 관리 fork exec wait 등 필요) Communication(shared memory, message passing) Os design(유저, 시스템) 메카니즘과 정책 Os 구현 (Assembly, High le..