aboutsummaryrefslogtreecommitdiff
path: root/flat.lds
diff options
context:
space:
mode:
Diffstat (limited to 'flat.lds')
-rw-r--r--flat.lds2
1 files changed, 2 insertions, 0 deletions
diff --git a/flat.lds b/flat.lds
index be84ec3..933ed60 100644
--- a/flat.lds
+++ b/flat.lds
@@ -14,12 +14,14 @@ SECTIONS
. = ALIGN(16);
edata = .;
. = 1024K - 128;
+ sinit = .;
.init : {
*(.init);
. = 128 - 16;
*(.resetvector);
. = 128;
}
+ einit = .;
}
ENTRY(main)