diff options
author | Freya Murphy <freya@freyacat.org> | 2025-04-25 18:43:35 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-04-25 18:43:35 -0400 |
commit | 9241f2fce3b055f98cb3e0581231d148afe53bfa (patch) | |
tree | c59f8d6594cd0ebc0ea92ef6a0490c341359c3ea /config/user.ld | |
parent | fmt (diff) | |
download | comus-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.ld | 2 |
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 = .; |