Hi,
I have some Makefiles that don't seem to be working right (e.g.
for DOSEMU), and I presume this is because the kernel I compiled
(1.2.13) and am using has default compilation set to ELF binary
format instead of a.out. I have tried changing the Makefile,
by placing -b i486-linuxaout in front of each gcc and
-m i386linux in front of each ld, but this does not seem to be
enough.
Does anybody know what the correct thing to do is? I am more concerned
in just getting things to compile and link. I don't care if it's
a.out or ELF binary. I think alot of people are in the same boat as
me, so anybody with any ideas would be a big help
Thanks,
Dan