GRUB doesn't like my multiboot header

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
sigtau
Posts: 2
Joined: Wed Jun 04, 2014 12:59 pm

GRUB doesn't like my multiboot header

Post by sigtau »

EDIT: old post
Last edited by sigtau on Sat Oct 01, 2016 11:32 pm, edited 1 time in total.
User avatar
sortie
Member
Member
Posts: 931
Joined: Wed Mar 21, 2012 3:01 pm
Libera.chat IRC: sortie

Re: GRUB doesn't like my multiboot header

Post by sortie »

Except that you actually forgot to carefully follow the instructions in the Bare Bones Tutorial. That is what is causing your trouble. Use the linker script that the tutorial gives you and use a cross-compiler. You will continue to run into weird trouble such as this unless you follow these instructions, they are this way for a reason.
sigtau
Posts: 2
Joined: Wed Jun 04, 2014 12:59 pm

Re: GRUB doesn't like my multiboot header

Post by sigtau »

EDIT: old post
Post Reply