Forum Discussion
Altera_Forum
Honored Contributor
22 years agouC Linux question
I have made a bootloader, but when I start up the kernel it says the following. Somebody who knows what's wrong? Console output: ----------------------------------------------------------...
Altera_Forum
Honored Contributor
22 years agoHi GreateWhite.DK,
Not sure how your bootloader works. Just remind you that after the copy, the text and data must be in the place they are linked. And when the bootloader copys them, watch out the alignment, since the source address might not align with the destination. Regards,