This is a memory management simulator (education friendly tool), this is a part of our coursework in the Operating Systems Course.
This project focuses on implementing memory allocation and deallocation algorithms and simulating it using C++ and Qt.
Our GUI is user friendly and self explanatory 🤘.
- Windows OS (different steps could be required in any other OS)
- Qt
- Clone this GitHub repo.
- Open Qt terminal.
- Copy the "build" folder path to the Qt terminal using the next command:
cd "path"
- Then type this command:
windeployqt.exe --quick --no-translations .
- The exe file will be generated in the the build folder.