index
:
miguel/fool-os.git
master
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linker.ld
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'linker.ld')
-rw-r--r--
linker.ld
2
1 files changed, 1 insertions, 1 deletions
diff --git a/linker.ld b/linker.ld
index 92ca00f..f823710 100644
--- a/
linker.ld
+++ b/
linker.ld
@@ -2,7 +2,7 @@ ENTRY(_start)
SECTIONS
{
- . = 2M;
+ . = 1M;
.text BLOCK(4K) : ALIGN(4K)
{