Skip to content
/ OSL Public

Operating System Lab Programs in C - System calls, Scheduling Algorithms, IPC, Memory Management, Bankers, Producer Consumer

Notifications You must be signed in to change notification settings

ktoyesh04/OSL

Repository files navigation

Operating-Systems-Lab

List of Experiments

  1. Write C programs to simulate the following CPU Scheduling algorithms a) FCFS b) SJF c) Round Robin d) priority

  2. Write programs using the I/O system calls of UNIX/LINUX operating system (open, read, write, close, fcntl, seek, stat, opendir, readdir)

  3. Write a C program to simulate Bankers Algorithm for Deadlock Avoidance and Prevention.

  4. Write a C program to implement the Producer – Consumer problem using semaphores using UNIX/LINUX system calls.

  5. Write C programs to illustrate the following IPC mechanisms a) Pipes b) FIFOs c) Message Queues d) Shared Memory

  6. Write C programs to simulate the following memory management techniques a) Paging b) Segmentation

About

Operating System Lab Programs in C - System calls, Scheduling Algorithms, IPC, Memory Management, Bankers, Producer Consumer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages