Operating Systems Processes
Lecture 3 Michael O’Boyle
1
Operating Systems Processes Lecture 3 Michael OBoyle 1 Overview - - PowerPoint PPT Presentation
Operating Systems Processes Lecture 3 Michael OBoyle 1 Overview Process Process control block Process state Context switch Process creation and termination 2 What is a process? The process is the OSs
1
2
3
4
5
6
7
8
9
Process ID Pointer to parent List of children Process state Pointer to address space descriptor Program counter stack pointer (all) register values uid (user id) gid (group id) euid (effective user id) Open file list Scheduling priority Accounting info Pointers for state queues Exit (“return”) code value
10
11
12
13
14
15
16
17
18
19
init pid = 1 sshd pid = 3028 login pid = 8415 kthreadd pid = 2 sshd pid = 3610 pdflush pid = 200 khelper pid = 6 tcsch pid = 4005 emacs pid = 9204 bash pid = 8416 ps pid = 9298
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36