diff options
author | pacien | 2018-05-01 15:55:45 +0200 |
---|---|---|
committer | pacien | 2018-05-01 15:55:45 +0200 |
commit | 05216a4ad06e4617838afcd4dc7317a203a3887b (patch) | |
tree | 0c0ff8367b61989eb96b29071f13ece2bae8c760 /myMemory.1 | |
parent | d2fec4901d6520e866481d4696d8347aab3eb171 (diff) | |
download | mempager-simulator-05216a4ad06e4617838afcd4dc7317a203a3887b.tar.gz |
Reformat code
Diffstat (limited to 'myMemory.1')
-rw-r--r-- | myMemory.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ Selects and replaces a page randomly. | |||
25 | .IP secondchance | 25 | .IP secondchance |
26 | "Second chance" strategy similar to FIFO, but avoiding swapping out pages requested twice while they are in the main memory. | 26 | "Second chance" strategy similar to FIFO, but avoiding swapping out pages requested twice while they are in the main memory. |
27 | .SH COMMANDS | 27 | .SH COMMANDS |
28 | The following commands can be used to interact with the simulator: | 28 | The following commands can be used to interact with the simulator: |
29 | .IP "A number" | 29 | .IP "A number" |
30 | Requests a page to be loaded in the main memory. | 30 | Requests a page to be loaded in the main memory. |
31 | .IP `p` | 31 | .IP `p` |