Process

학교공부/운영체제

[운영체제] 프로세스(Process)

Memory Layout Text section: program code Data Section: (initialized and uninitialized) global variable Stack section: temporary data(function parameter, return address, local variable) Heap section: memory dynamically allocated during runtime Process state PCB 운영체제가 프로세서를 제어하기 위해 정보를 저장해 놓은 곳으로, 프로세스의 상태 정보를 저장하는 구조체이다. Process state: running, waiting etc Program counter: 다음 수행할 명령어의 위치 CPU regi..

DevM
'Process' 태그의 글 목록