index
:
hboot
master
A simple x86_64 bootloader for learning purposes
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rt
/
hare.sc
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 'rt/hare.sc')
-rw-r--r--
rt/hare.sc
3
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 = .;
}