Skip to content

christina1797406/os_assignment_2

Repository files navigation

OS-Assignment2

This repository is for a group assignment for operating systems

To compile:

gcc -o output memsim.c

To run the program:

./output [tracefile] [number of frames] [replacement algorithm] [mode]

Example:

./output trace1 4 lru debug
./output trace2 8 clock quiet

About

This project investigates the page replacement algorithms (Random, LRU and Clock) and evaluate their management performance against trace applications provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages