/os

Operating System Algorithms (Demonstration and Performance Test)

Primary LanguageC++Apache License 2.0Apache-2.0

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