From 3350c34a74844e21ea69077e01efff3bae64bdcd Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Tue, 23 Mar 2021 17:31:08 -0700 Subject: . --- html/linux/subx-params.subx.html | 77 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 html/linux/subx-params.subx.html (limited to 'html/linux/subx-params.subx.html') diff --git a/html/linux/subx-params.subx.html b/html/linux/subx-params.subx.html new file mode 100644 index 00000000..ef1435a5 --- /dev/null +++ b/html/linux/subx-params.subx.html @@ -0,0 +1,77 @@ + + + + +Mu - linux/subx-params.subx + + + + + + + + + + +https://github.com/akkartik/mu/blob/main/linux/subx-params.subx +
+ 1 # Various knobs for translating SubX programs using SubX.
+ 2 
+ 3 == data
+ 4 
+ 5 # largest segment that can be translated
+ 6 Segment-size:
+ 7   0x300000/imm32/3MB
+ 8 
+ 9 # maximum size of input textual stream (spanning all segments)
+10 Input-size:
+11   0x600000/imm32/6MB
+12 
+13 # number of labels we can translate to addresses
+14 Max-labels:
+15   0x60000/imm32/16K-labels/384KB
+16 
+17 # capacity of trace-stream
+18 Trace-size:
+19   0x200000/imm32/2MB
+
+ + + -- cgit 1.4.1-2-gfad0