듀얼 모드(User mode & Kernel mode)
- 유저모드와 커널모드 구분
- 어떤 instruction, 커널 모드에서만 실행가능
- 구분하는 이유 : OS 시스템과 자원을 유저프로세스가 함부로 침범하지 못하도록 OS를 보호
System function Call
- 유저 프로세스 실행중 시스템 기능이 필요할때 직접 시스템 기능을 사용하는 것이 아니라, system call을 이용함
- kernel 모드 전환 → OS 기능 실행 → 다시 유저모드 복귀
'Master Piece of jun > 컴퓨터개론' 카테고리의 다른 글
I/O sub system (memory management of I/O) (0) | 2021.11.08 |
---|---|
Process와 Process Concept (0) | 2021.11.08 |
Multi programming과 Time sharing (0) | 2021.11.08 |
Interrupt (vs PIO, pulling) (0) | 2021.11.08 |
Computer System Structure과 OS의 정의 (0) | 2021.11.08 |