Skip to content

Memory viewer and process simulator with python 🎛️

Notifications You must be signed in to change notification settings

madfp/memory-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memory manager

Memory management strategies simulator

Python project to simulate the memory management strategies of an operating system, using PyQt. The strategies are as follows:

  • Pagination
  • Segmentation
  • Internal and external fragmentation

Development

When you open the project, you have the "requirements.txt" file, that shows all the libraries used to create the project.

To run it, is recommendable to create a virtual environment and installing the dependencies from the "requirements.txt" file.


Create the virtual environment:

virtualenv env

Start the virtual environment:

./env/Scripts/activate

Install the dependencies:

pip install -r requirements.txt

License

MIT

Free Software

About

Memory viewer and process simulator with python 🎛️

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages