운영체제는 User Mode 와 Kernel Mode 로 나뉜다. (Dual-Mode)
User Mode 에서 Kernel Mode로 일반적으로 접근할 수 없으며 System Call 을 사용하여 접근하며
그 상태에서 Exception 이 발생하게 된다.
그외에도 User Mode에서 Kernel Mode 로 전환하는 경우는 다음과 같다.
(1) Time interrupt (2) Device interrupt (3) Exception
Kernel 에는 System 의 핵심적인 기능들이 들어있으며 개략적으로 다음과 같다.
1. Process Management : CPU.Memory,I/O,Files, Initialization Data, Thread
2. Memory Management : Byte, Block
3. Storage Management : Abstracts physical properties to logical stroage unit
4. Protection : Any mechanisim for controlling access of processer or user to resources
defined
5. Security : Defence of the System against internal & Exteral attacts.
OS Service 에는 다음과 같은 것이 있다.
1. User interface : GUI <-> CUI
2. Program Execution
3. I/O Operations
4. File System Manipulation
5. Communications
6. Error Detection
댓글
댓글 쓰기