Skip to content

ribeirorvs/memory-pagination

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memory Pagination simulator

About this repository

This repo contain an simulator of Memory Pagination Algorithm. This is an improve of the simulator created by SAMir SOLanki (solanki.samir@gmail.com). You can download the original code here

Original README

Follow is showed the original README.

Hello Programmers!!

1st of all, I am very thankful to download my code.

This code is actually useful who studies Operating System Subject.

I have implemented two algorithms of Page Replacement of this subject.

  1. FIFO
  2. LRU

Please analyze output and code.

Main Class is in "FIFO_Sim.java".

Contact me for any quary: solanki.samir@gmail.com

If you want theme based look, contact me..

Thank you.

About the changes

The original simulator have only two algorithms, FIFO and LRU, my improvement are include more two algorithms, LFU and OTIMO. Other improvmente I did is the change of the presentation. In the original, the sequence of proccess are ordened by the next to be substituted, but it turn the result dificult to understand, thinking in that I change the presentation to order the proccess in order it is included in the memory.

Todo

To conclude this project I will do the follow changes.

  • Include MRU algo
  • Change the process list input method to a unique list of integers
  • Change the structure of the project to use OO (Object Oriented)
  • Change the package structure
  • Change the project to a JEE
  • Use Maven to manage the dependencies
  • Change the GUI to a web browser version
  • Change the project to MVC pattern

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages