about summary refs log tree commit diff stats
path: root/120allocate.subx
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-04-25 21:21:18 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-04-25 21:29:42 -0700
commit3b1f23f5d72eebd9e4b33d6475075555d12a00c3 (patch)
treef2b342f05078c37c2d1cad363ff3f47cbb852f55 /120allocate.subx
parent6bb70a236c759d3d85265de068cde6d26a747d3b (diff)
downloadmu-3b1f23f5d72eebd9e4b33d6475075555d12a00c3.tar.gz
expand stack to 16MB
It's also no longer contiguous with code.
Diffstat (limited to '120allocate.subx')
-rw-r--r--120allocate.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/120allocate.subx b/120allocate.subx
index c4f954f8..fd5b5490 100644
--- a/120allocate.subx
+++ b/120allocate.subx
@@ -26,7 +26,7 @@ Handle-size:  # (addr int)
 # A default allocation descriptor for programs to use.
 Heap:  # allocation-descriptor
   # curr
-  0x01000000/imm32  # 16 MB
+  0x02000000/imm32  # 32 MB
   # limit
   0x80000000/imm32  # 2 GB