Skip to content

rancorjoy/Paging_Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paging Simulator

This is a simple physical and virtual memory allocation simulator that produces the current state of system memory given user inputted settings. This was produced as a class project for my Introduction to Operating Systems class in the spring semester of 2026.

Citation

If you found this code interesting and would like to cite or reference it, the citation (in BibTex) is shown below. This code will be hosted here indefinitely:

@misc{obSTAtten,
  author       = {Esebag, Brandon},
  title        = {Paging Simulator},
  year         = {2026},
  publisher    = {GitHub},
  journal      = {GitHub repository},
  howpublished = {\url{https://github.com/rancorjoy/Paging_Simulator}},
  note         = {GitHub repository}
}

About

RAM Paging Simulator for ECE 4310, Project 2 CLI application that allows the user to select page size, system memory size, and enter page data. All pages are displayed in a page table. This can handle situations with more virtual memory than physical memory, non-existant/non-loaded positions default to '-1'.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages