You are on page 1of 2

Hour

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Topic
Operating system Installation
Booting Process of Linux
Basic Linux Commands
Advanced Linux Commands
Shell Scripts using conditional statements
Shell Scripts using Iterative statements
Process creation using getpid() and getppid()
Process creation using wait(), sleep() and exit()
Program in which the child process calculates the sum of odd numbers and the parent process calculate the sum of even numbers up to the number ‘n’
Program in which the parent process sorts the integers using insertion sort and waits for child process to sort the integers using selection sort
FCFS Process Scheduling
Round Robin Process Scheduling
Program using fifo()
Program using pipie()
Message Queue - Sending
Message Queue - Receiving
Shared memory - Attach memory
Shared memory - Detach memory
Overlay Concepts using execl() and execlp()
Overlay Concepts using execv() and execvp()
Mutual Exclusion using System V Semaphore
Mutual Excluaion using POSIX Semaphore
Reader-Writer Problem (Reader Process)
Reader-Writer Problem (Writer Process)
Dining- Philosopher Problem (Hour 1)
Dining- Philosopher Problem (Hour 2)
Shell Code analyser
GNU Debugger
Binary file analyser
Study of OS161

You might also like