johnforgit / OS-LAB

Programs done in OS lab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OS-LAB

Programs done in OS lab

Shell Programming

The first few programs are of shell programming. These include simple arithmetic operations and also calculating the Fibonnaci series

Processes

Programs to create a process and also to distinguish between a child and parent process are also done

System Calls

Programs to execute various system calls like exec and directory system calls.

CPU Scheduling

Various process scheduling techniques used by the CPU are implemented here. They are
First Come First Serve Scheduling
Shortest job First Scheduling
Round Robin Scheduling
Priority Scheduling

About

Programs done in OS lab

License:Apache License 2.0


Languages

Language:C 99.7%Language:JavaScript 0.3%