0% found this document useful (0 votes)
15 views2 pages

OS Lesson Plan

The document lists programming topics related to operating systems including Linux commands, process scheduling, IPC mechanisms, and concurrency problems. It spans topics from basic Linux usage to more advanced concepts involving processes, memory, and synchronization.
Copyright
© © All Rights Reserved
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
Download as xlsx, pdf, or txt
0% found this document useful (0 votes)
15 views2 pages

OS Lesson Plan

The document lists programming topics related to operating systems including Linux commands, process scheduling, IPC mechanisms, and concurrency problems. It spans topics from basic Linux usage to more advanced concepts involving processes, memory, and synchronization.
Copyright
© © All Rights Reserved
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
Download as xlsx, pdf, or txt
Download as xlsx, pdf, or txt
You are on page 1/ 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