summaryrefslogtreecommitdiff
path: root/rt/hare.sc
diff options
context:
space:
mode:
authorAlejandro Sior <aho@sior.be>2022-06-18 10:39:10 +0200
committerAlejandro Sior <aho@sior.be>2022-06-18 10:39:10 +0200
commitbd98b26786d21ffddb017ffe35ecaa4a9fd0aa4a (patch)
tree1b78a43385bf0751abab8dd2423905696fd5baab /rt/hare.sc
parent3aefeeb723b8822916fb39b7c32551c35c06e32f (diff)
boot: arbitrary location of stage 1 and identity map more memoryHEADmaster
Diffstat (limited to 'rt/hare.sc')
-rw-r--r--rt/hare.sc3
1 files changed, 3 insertions, 0 deletions
diff --git a/rt/hare.sc b/rt/hare.sc
index ac8c4c5..343f585 100644
--- a/rt/hare.sc
+++ b/rt/hare.sc
@@ -73,4 +73,7 @@ SECTIONS {
boot_end = .;
+
+ . = ALIGN(512);
+ buildup = .;
}