Rename multiboot section to multiboot_header

This commit is contained in:
Philipp Oppermann
2015-10-27 18:40:58 +01:00
parent 8640091bc6
commit 7b0428b07a
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ SECTIONS {
.boot :
{
/* ensure that the multiboot header is at the beginning */
KEEP(*(.multiboot))
KEEP(*(.multiboot_header))
}
.text :