Skip to content

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

 
 
 

Contributors

Languages