root
Moderator
 Moderator
| Posts: 121 |   | Karma: 1
|
Re: Loading C kernel - 2005/06/26 18:35
You need to output the binary thourgh a linker (ld) script supporting the multiboot features.
I'm not on my box now, but hopefully a member will give you a sample ld script for that.
Generaly, -Ttext 0x100000 isn't enough.
|