This is a process simulator which creates a set of logical addresses and the memory manager maps those to physical addresses.
Steps to use the simulator:
-> Run preq.py first.
-> Then run process_simulation.py
-> Finally run mem_manage.py.
PranavBharadwaj-1328/Memory-Management-in-python
There is a process simulator which creates a set of logical addresses and the memory manager maps those to physical addresses.
Python