I've followed all the of this tutorial, the only thing that I've changed was before the ld linking, I've used objcopy to correct a PE error when using ld, but I've used objcopy like this:
Code: Select all
objcopy -I pe-i386 -O binary kernel.o kernel.bin
Why I'm getting this? There is something I can do?
Best Regards,
Nathan Paulino Campos