summaryrefslogtreecommitdiff
path: root/readme.txt
diff options
context:
space:
mode:
authorBenji Dial <benji@benjidial.net>2023-07-17 08:45:12 -0400
committerBenji Dial <benji@benjidial.net>2023-07-17 08:45:12 -0400
commit723437674e0002f7b0e2b727bc24ec3080ac069f (patch)
tree479f7cf01d4683ae31e50c8b49675d744526a70d /readme.txt
parentfa874b73ff8bde0ceac9f4f29255d9d23fa79a1a (diff)
downloadlib94-723437674e0002f7b0e2b727bc24ec3080ac069f.tar.gz
add maximum process count
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index 1691370..0b09e32 100644
--- a/readme.txt
+++ b/readme.txt
@@ -14,7 +14,8 @@ Then, to build all of the software, just run make.
lib94 attempts to follow the draft standard at <https://corewar.co.uk/standards/icws94.txt>, minus P-space. There are no read/write
limits (or if you prefer, they are the same as the core size). The minimum separation is always 0, and the core size is set at 8000.
-To change the core size, change LIB94_CORE_SIZE in include/lib94/lib94.hpp, run make clean, and then run make.
+To change the core size, change LIB94_CORE_SIZE in include/lib94/lib94.hpp, run make clean, and then run make. The maximum number of
+processes is set at 16000. To change that, change LIB94_MAX_PROCESSES in include/lib94/lib94.hpp, run make clean, and then run make.
=== bench ===