Archived(CSE)/운영체제
Chap 2. System structure
bale.yoon
2019. 4. 12. 23:06
운영체제 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 level)
- Os 구조(Monolithic, componentized)
- Os 구조 Layer (디버그 / 정의어려움)
- 마이크로 커널 작게 커널 구성할수록 좋음