summaryrefslogtreecommitdiff
path: root/config/user.ld
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-04-25 18:43:35 -0400
committerFreya Murphy <freya@freyacat.org>2025-04-25 18:43:35 -0400
commit9241f2fce3b055f98cb3e0581231d148afe53bfa (patch)
treec59f8d6594cd0ebc0ea92ef6a0490c341359c3ea /config/user.ld
parentfmt (diff)
downloadcomus-9241f2fce3b055f98cb3e0581231d148afe53bfa.tar.gz
comus-9241f2fce3b055f98cb3e0581231d148afe53bfa.tar.bz2
comus-9241f2fce3b055f98cb3e0581231d148afe53bfa.zip
link user programs at 2GB
Diffstat (limited to 'config/user.ld')
-rw-r--r--config/user.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/user.ld b/config/user.ld
index da1f8b5..de9adb1 100644
--- a/config/user.ld
+++ b/config/user.ld
@@ -9,7 +9,7 @@ PHDRS
SECTIONS
{
- . = 1024M;
+ . = 2048M;
user_start = .;