aboutsummaryrefslogtreecommitdiff
path: root/linker.ld
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-03-17 21:45:18 +1300
committerArslaan Pathan <[email protected]>2026-03-17 21:45:18 +1300
commit0896c87140db479a5663d40a98c16dafc3d26b67 (patch)
treef327d10d1255c1836241671d68bb668bfcc9ded1 /linker.ld
parent94b61705a911aebb090ff3e1a760ad4dbeecd0c6 (diff)
downloadFrenchToastOS-0896c87140db479a5663d40a98c16dafc3d26b67.tar.xz
FrenchToastOS-0896c87140db479a5663d40a98c16dafc3d26b67.zip
move 2m to 1m
Diffstat (limited to 'linker.ld')
-rw-r--r--linker.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/linker.ld b/linker.ld
index e56537d..0e93f9b 100644
--- a/linker.ld
+++ b/linker.ld
@@ -2,7 +2,7 @@ ENTRY(_start)
SECTIONS
{
- . = 2M;
+ . = 1M;
.text BLOCK(4K) : ALIGN(4K)
{