diff options
author | Notkea | 2018-04-06 18:39:11 +0200 |
---|---|---|
committer | GitHub | 2018-04-06 18:39:11 +0200 |
commit | d2fec4901d6520e866481d4696d8347aab3eb171 (patch) | |
tree | f6746f04dae2abc67872048ea90a5cde314cf533 | |
parent | f96822a8b3d9f0979b8716a26c67b979ff35fd3e (diff) | |
download | mempager-simulator-d2fec4901d6520e866481d4696d8347aab3eb171.tar.gz |
Update myMemory.1
-rw-r--r-- | myMemory.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ Displays a short help text. | |||
12 | .IP "-s <main mem size>" | 12 | .IP "-s <main mem size>" |
13 | Specifies the size of the main memory. Mandatory argument. | 13 | Specifies the size of the main memory. Mandatory argument. |
14 | .IP "-v <virtual mem size>" | 14 | .IP "-v <virtual mem size>" |
15 | Specifies the size of the virtual (secondary) memory. Mandatory argument. | 15 | Specifies the size of the virtual (secondary) memory. Must be larger than the main memory size. Mandatory argument. |
16 | .IP "-a <algorithm>" | 16 | .IP "-a <algorithm>" |
17 | Uses the specified page management algorithm. Available algorithms are listed below. | 17 | Uses the specified page management algorithm. Available algorithms are listed below. |
18 | .SH PAGING ALGORITHMS | 18 | .SH PAGING ALGORITHMS |