I finly found a working copy of djgpp now can any one tell me:
1) How To Get Graphics
2) How To make A Binary Output File Instead Of An EXE
How To Make Binary File In DJGPP ???
Re:How To Make Binary File In DJGPP ???
For compiling to binary, create a linker script (calling link.ld for example) which specifies the outpuit forma. Then when linking add "-T link.ld" in the ld command line.
Re:How To Make Binary File In DJGPP ???
And What is the basic thing i should know for the linker script? I never made one before so I'm new to that.
Re:How To Make Binary File In DJGPP ???
Well, http://www.mega-tokyo.com/osfaq/BareBones and http://www.osdever.net/bkerndev/index.php?the_id=90 are good basic kernel tutorials and also contain basic linker scripts. Also http://www.gnu.org/software/binutils/manual/ld-2.9.1/html_mono/ld.html may be useful