Skip to content

Commit 43b7a6d

Browse files
committed
2 parents d47bea0 + ec28a06 commit 43b7a6d

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,34 @@ Lecture 2 topics:
7171
Virtual Machine
7272
Client-Server
7373
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+
74102

75103
------------
76104

0 commit comments

Comments
 (0)