qursaan / os

Operating System Algorithms (Demonstration and Performance Test)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Operating System Algorithms

contributions welcome

OS is a simple project that implementing operating system problem and simulating the job for study purpose. The goal is to implement most operating system algorithms for student in computer science department.

Table of Contents

Simulation tools

  1. Random Generator

Paging Replacement Algorithms

  1. FIFO
  2. Second-Chance
  3. Random

Disk Scheduling Algorithms

  1. FCFS
  2. SSTF
  3. SCAN

Usage

Go through project's folder for more information about how to use.

License

Apache 2.0

About

Operating System Algorithms (Demonstration and Performance Test)

License:Apache License 2.0


Languages

Language:C++ 98.6%Language:C 1.4%