Skip to content

a Web application to help students undestand the inner workings of memory mangement schemes by visualising the concepts

Notifications You must be signed in to change notification settings

affifboudaoud/Memory-Management-Simulator

Repository files navigation

MMSim

MMSim, is a web application to simulate memory mangement mangement techniques. So far this reposotory contains the following memory management schemes:

1. Paging

2. Mono programming without swapping or paging

3. Multiprogramming with fix Partitioning

4. Multiprogramming with variable Partitioning

  • Best Fit.
  • Buddy System.
  • First Fit.
  • Next Fit.
  • Worst Fit.

5. Memory address translation

To test, go to "Accueil" and run the code in your browser by double clicking the index.html file, from there you can navigate to any of the aforementioned schemes. Or, you can navigate the files on your own, choose a schemes and run it directly.

Check out this link for more information about memory management. You can also find an overview of each scheme on the app (in french).

About

a Web application to help students undestand the inner workings of memory mangement schemes by visualising the concepts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published