delorie.com/archives/browse.cgi | search |
Date: | Tue, 19 Oct 1999 15:38:08 -0400 |
Message-Id: | <199910191938.PAA02266@envy.delorie.com> |
From: | DJ Delorie <dj AT delorie DOT com> |
To: | djgpp AT delorie DOT com |
In-reply-to: | <FRK3uCQ8omIE079yn@bbs.TKU.edu.tw> (StephenH.bbs@bbs.TKU.edu.tw) |
Subject: | Re: is that right? please correct me. |
References: | <FRK3uCQ8omIE079yn AT bbs DOT TKU DOT edu DOT tw> |
Reply-To: | djgpp AT delorie DOT com |
X-Mailing-List: | djgpp AT delorie DOT com |
X-Unsubscribes-To: | listserv AT delorie DOT com |
> 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.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |