본문 바로가기

반응형

운영체제(OS)

[운영체제(OS)] 3. 프로세스(Process) [목차] 1. Process 2. Process State 3. Process Control Block (PCB) 4. Context Switch 5. Process Scheduling 6. Process Management 7. Cooperating Processes 참고) - https://parksb.github.io/article/7.html - KOCW 공개강의 (2014-1. 이화여자대학교 - 반효경) - Sogang Univ. Operating System Lecture Note (2018-2. Prof. Youngjae Kim) 1. Process 프로세스(Process)는 쉽게 말해 '실행 중인 프로그램'이다. 더 정확히 말하면, 디스크에 있는 프로그램이 메모리에 로드되면 프로세스가 된다..
[운영체제(OS)] 2. 시스템 구조(System Structures) [목차] 1. System Call 2. Operating-System Services 3. Operating-System Structure 참고) - https://parksb.github.io/article/6.html - KOCW 공개강의 (2014-1. 이화여자대학교 - 반효경) - Sogang Univ. Operating System Lecture Note (2018-2. Prof. Youngjae Kim) 1. System Call 시스템 콜(System Call)은 커널과 사용자 프로그램을 이어주는 인터페이스 역할을 한다. 사용자 프로그램이 디스크에 있는 파일을 여는 것은 파일 시스템에 접근한다는 의미다. 시스템에 접근하기 위해서는 커널 모드로 전환되어야 하는데, 이때 시스템 콜을 사용한다...
[운영체제(OS)] 1. Overview [목차] 1. Operating System? 2. Operating System Type 3. Computer System Organization 4. Interrupt 5. Storage Structure 6. Computer System Architecture 7. Operating System Architecture 8. Operating System Operation for Protection 참고) - https://parksb.github.io/article/5.html - KOCW 공개강의 (2014-1. 이화여자대학교 - 반효경) - Sogang Univ. Operating System Lecture Note (2018-2. Prof. Youngjae Kim) 1. Operating Sy..