Merge pull request #14 from phil-opp/multiboot_header_section_name

Rename `multiboot` section to `multiboot_header`
This commit is contained in:
Philipp Oppermann
2015-10-27 18:47:03 +01:00
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 :

View File

@@ -12,7 +12,7 @@
; See the License for the specific language governing permissions and
; limitations under the License.
section .multiboot
section .multiboot_header
header_start:
dd 0xe85250d6 ; magic number (multiboot 2)
dd 0 ; architecture 0 (protected mode i386)