about summary refs log tree commit diff stats
path: root/apps/subx-params.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-05-22 16:42:59 -0700
committerKartik Agaram <vc@akkartik.com>2020-05-22 16:42:59 -0700
commitd55144949b70f037a6ec77aebc9a1eee15d3a7a3 (patch)
treed2ff48731512ca2d966c5051a2f44e7c89075e99 /apps/subx-params.subx
parentcea79ae180c683e7e60cb09977cdc501b8737632 (diff)
downloadmu-d55144949b70f037a6ec77aebc9a1eee15d3a7a3.tar.gz
increase some buffer sizes
We can now natively translate mu.subx again.
Diffstat (limited to 'apps/subx-params.subx')
-rw-r--r--apps/subx-params.subx4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/subx-params.subx b/apps/subx-params.subx
index c3827ad7..cf1412bc 100644
--- a/apps/subx-params.subx
+++ b/apps/subx-params.subx
@@ -4,11 +4,11 @@
 
 # largest segment that can be translated
 Segment-size:
-  0x100000/imm32/1MB
+  0x200000/imm32/2MB
 
 # maximum size of input textual stream (spanning all segments)
 Input-size:
-  0x200000/imm32/2MB
+  0x400000/imm32/4MB
 
 # number of labels we can translate to addresses
 Max-labels: