We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d47bea0 + ec28a06 commit 43b7a6dCopy full SHA for 43b7a6d
README.md
@@ -71,6 +71,34 @@ Lecture 2 topics:
71
Virtual Machine
72
Client-Server
73
Hybrid Os
74
+
75
76
77
+Lecture 3 topics:
78
79
+ Process Status
80
+ New
81
+ Ready
82
+ Wait - Suspend
83
+ Terminate
84
+ Running
85
+ I/O and CPU Burst
86
+ Scheduling
87
+ Schedulers in OS
88
+ Long Term Scheduler
89
+ Middle Term Scheduler
90
+ Short Term Scheduler
91
+ I/O Scheduler
92
+ CPU scheduling
93
+ Preemptive and Non Preemptive Scheduling
94
+ Interrupt
95
+ Internal interrupts (Trap)
96
+ External interrupts (Hw)
97
+ software interrupts svc
98
+ Dispatcher
99
+ Dispatch Latency
100
+ The criteria for scheduling.
101
102
103
------------
104
0 commit comments