Skip to content

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.

License

Notifications You must be signed in to change notification settings

l1n3rd4/Virtual-memory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •