i have a small program that uses 32bit object file, and i wish to run it under dos operating system. now, after searching i found DJGPP.
is there a way to use DJGPP to compile my program to 16Bit dos executable format?
thanks in advance
Asked
Active
Viewed 2,518 times
0
-
1... what is this MS-DOS you speak of? hehe – Aiden Bell Apr 22 '10 at 13:16
-
You want to run 32-bit protected mode code from that object file on a 16-bit real mode operating system? – Hans Passant Apr 22 '10 at 15:04
2 Answers
2
Take a look at this related Stack Overflow question. It might help.

Community
- 1
- 1

Pablo Santa Cruz
- 176,835
- 32
- 241
- 292
-
Whilst this may theoretically answer the question, [it would be preferable](//meta.stackoverflow.com/q/8259) to include the essential parts of the answer here, and provide the link for reference. – Nolan Akash Jul 12 '16 at 04:53