Date: Tue, 19 Oct 1999 15:38:08 -0400 Message-Id: <199910191938.PAA02266@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: (StephenH.bbs@bbs.TKU.edu.tw) Subject: Re: is that right? please correct me. References: Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > after serval experiments, I come to a conclusion: a EXE compiled by > DJGPP (run with CWSDPMI), are just like a HUGE .COM file without any > RELOCATION table. Nope. A DJGPP program is a tiny (2048 byte) .EXE followed by a COFF-format 32-bit executable image. The 2k EXE just loads the COFF image and runs it.