about summary refs log tree commit diff stats
path: root/html/apps
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-01-27 02:32:55 -0800
committerKartik Agaram <vc@akkartik.com>2020-01-27 02:35:35 -0800
commitcfdd5b8bf3a545aaf80a831327441c417e7fd02b (patch)
treede8f53513cee12978ff51f72c171a3cbca22603b /html/apps
parent2363ceebafdf3a5d75f350b94f6e699874b143cd (diff)
downloadmu-cfdd5b8bf3a545aaf80a831327441c417e7fd02b.tar.gz
5933
Expand some buffer sizes to continue building mu.subx natively.
Diffstat (limited to 'html/apps')
-rw-r--r--html/apps/subx-params.subx.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/apps/subx-params.subx.html b/html/apps/subx-params.subx.html
index ae5dd632..2cd4ecd4 100644
--- a/html/apps/subx-params.subx.html
+++ b/html/apps/subx-params.subx.html
@@ -58,11 +58,11 @@ if ('onhashchange' in window) {
 <span id="L4" class="LineNr"> 4 </span>
 <span id="L5" class="LineNr"> 5 </span><span class="subxComment"># largest segment that can be translated</span>
 <span id="L6" class="LineNr"> 6 </span><span class="SpecialChar">Segment-size</span>:
-<span id="L7" class="LineNr"> 7 </span>  0x80000/imm32/512KB
+<span id="L7" class="LineNr"> 7 </span>  0xc0000/imm32/0.75MB
 <span id="L8" class="LineNr"> 8 </span>
 <span id="L9" class="LineNr"> 9 </span><span class="subxComment"># maximum size of input textual stream (spanning all segments)</span>
 <span id="L10" class="LineNr">10 </span><span class="SpecialChar">Input-size</span>:
-<span id="L11" class="LineNr">11 </span>  0x100000/imm32/1MB
+<span id="L11" class="LineNr">11 </span>  0x180000/imm32/1.5MB
 <span id="L12" class="LineNr">12 </span>
 <span id="L13" class="LineNr">13 </span><span class="subxComment"># number of labels we can translate to addresses</span>
 <span id="L14" class="LineNr">14 </span><span class="SpecialChar">Max-labels</span>:
href='#n37'>37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195