diff options
| author | Arslaan Pathan <[email protected]> | 2026-03-17 21:45:18 +1300 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-03-17 21:45:18 +1300 |
| commit | 0896c87140db479a5663d40a98c16dafc3d26b67 (patch) | |
| tree | f327d10d1255c1836241671d68bb668bfcc9ded1 /linker.ld | |
| parent | 94b61705a911aebb090ff3e1a760ad4dbeecd0c6 (diff) | |
| download | FrenchToastOS-0896c87140db479a5663d40a98c16dafc3d26b67.tar.xz FrenchToastOS-0896c87140db479a5663d40a98c16dafc3d26b67.zip | |
move 2m to 1m
Diffstat (limited to 'linker.ld')
| -rw-r--r-- | linker.ld | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ ENTRY(_start) SECTIONS { - . = 2M; + . = 1M; .text BLOCK(4K) : ALIGN(4K) { |
