From bd98b26786d21ffddb017ffe35ecaa4a9fd0aa4a Mon Sep 17 00:00:00 2001 From: Alejandro Sior Date: Sat, 18 Jun 2022 10:39:10 +0200 Subject: boot: arbitrary location of stage 1 and identity map more memory --- rt/hare.sc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rt/hare.sc') 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 = .; } -- cgit v1.2.3