summaryrefslogtreecommitdiff
path: root/rt/hare.sc
diff options
context:
space:
mode:
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 = .;
}