/Virtual-memory

This project simulates virtual memory and Page Replacement Algorithms(FIFO and Optimal) given a input file. It is implemented in C language, with cmake and make build automations.

Primary LanguageCMIT LicenseMIT

Virtual Memory

Project developed under the discipline of Operating Systems - 2020

The project simulates a virtual memory and page demanding define by the user. It apply two page replacement algorithms as it is (FIFO and optimal). Later on will be add more replacement algorithms.

Build

git clone https://github.com/l1n3rd4/Virtual-memory
cd Virtual-memory
cmake ..
make
./project [input-file]

teste