I have a problem with linking files in order to get my Operating System (Thunder) to work. I compile start.o
with:
nasm -f aout start.o start.asm
When I link the bootloader and kernel together it gives me this error:
start.o: File not recognised:file format not recognised.
Any suggestions on why I'm getting this error and how I can fix it?