Skip to content

This is a c++ program that simulates a cpu memory manage/scheduler with various methods

Notifications You must be signed in to change notification settings

Catalyse/SimulatedMemoryManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OS Lab 3 // May, Taylor

Introduction

This is based on the requirements set in the lab3 pdf

This program emulates a Memory Management system with various algorithms

There was nothing stating the use of STL was not allowed for this lab, so vectors are used

Features

This program features four different algorithms

First In First Out(FIFO)

Least Recently Used(LRU)

Most Frequently Used(MFU)

Optimal(OPT)

All data is output to a data file which is the 3rd argument

About

This is a c++ program that simulates a cpu memory manage/scheduler with various methods

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published