aboutsummaryrefslogtreecommitdiff
path: root/linker.ld
diff options
context:
space:
mode:
Diffstat (limited to 'linker.ld')
-rw-r--r--linker.ld3
1 files changed, 2 insertions, 1 deletions
diff --git a/linker.ld b/linker.ld
index d1dedd2..f7010e7 100644
--- a/linker.ld
+++ b/linker.ld
@@ -11,7 +11,8 @@ SECTIONS
*/
. = 0;
.multiboot : {
- *(.multiboot.header)
+ . = ALIGN(8);
+ KEEP(*(.multiboot.header))
}
/* Begin putting sections at 4 MiB */