Compiling Kernel Using DJGPP
Compiling Kernel Using DJGPP
Hey, I'm a little bit confused, please help. Could you please tell how I can produce output file with binary format using DJGPP. I've seen they do itin several ways, which one do you think is the best?
RE:Compiling Kernel Using DJGPP
You just use the compiler to make an object file then use a linker to turn the object file into a binary file.