Date: Tue, 25 Jul 2000 10:14:29 -0400 Message-Id: <200007251414.KAA26235@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <964526869.973024@shelley.paradise.net.nz> (ejrh@paradise.net.nz) Subject: Re: DXEs and other OSes References: <964526869 DOT 973024 AT shelley DOT paradise DOT net DOT nz> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > That is, is the only difference between DJGPP and gcc for Linux the > libraries? Aside from the fact that that's a HUGE difference, yeah, they're the same otherwise, at least within a DXE. DJGPP and Linux have different object formats (coff vs elf) and symbol syntaxes (djgpp symbols have underscore prefixes, linux doesn't). But the underlying CPU is the same, and the function call details are the same.