KobiAms/Memory_Simulator
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
KobiAms The program is simulate the RAM management in program running The program holds a swap file to save a dirty pages to reload them later if the page are not dirty the program simply take it from the exec file How to compile: All the files in order to run the code on vs code (linux): Run on vscode, or handle by terminal. How to run and what is the input: The input received by the main.cpp You can use the load(int address) or store(int address, char c) function to load or store a char's