I need a compiler / linker that will put out 16-bit binary images to produce an operating system that i am writing. I was using djgpp, but from what i understand it's binaries will only operate properly in 32-bit protected mode. I need something that can produce real-mode binaries. Can anyone tell me how to produce these with djgpp or any other tools?