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-18 10:39:21 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-04-18 11:56:10 -0700
commit6e6e840e88a5d28067ac650fd5b6dc938cb53709 (patch)
tree733a9cb4406fdf41c50769c88a48983ce3e8daef /120allocate.subx
parentd94821d301b5ea89221e8164382a03e72ac26851 (diff)
downloadmu-6e6e840e88a5d28067ac650fd5b6dc938cb53709.tar.gz
experiment: expand heap
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 38c4110b..502271ff 100644
--- a/120allocate.subx
+++ b/120allocate.subx
@@ -28,7 +28,7 @@ Heap:  # allocation-descriptor
   # curr
   0x01000000/imm32  # 16 MB
   # limit
-  0x02000000/imm32  # 32 MB
+  0xc0000000/imm32  # 64 MB
 
 Next-alloc-id:  # int
   0x100/imm32  # save a few alloc ids for fake handles