본문 바로가기

Archived(CSE)/운영체제

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 level)
  • Os 구조(Monolithic, componentized)
  • Os 구조 Layer (디버그 / 정의어려움)
  • 마이크로 커널 작게 커널 구성할수록 좋음

'Archived(CSE) > 운영체제' 카테고리의 다른 글

Chap 6. Synchronization  (0) 2019.04.16
Chap 5. Process Scheduling  (0) 2019.04.13
Chap 4. Thread  (0) 2019.04.12
Chap 3. Process  (0) 2019.04.12
Chap 1. OS  (0) 2019.04.12