Message-ID: <006b01c0d897$97c7f820$0c4011d4@telekabel.at> From: "Brian Chance" To: References: <000801c0d7ee$f0f8cf40$0c4011d4 AT telekabel DOT at> <200105082025 DOT QAA04227 AT envy DOT delorie DOT com> Subject: Re: DPMI Date: Wed, 9 May 2001 16:51:52 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Reply-To: djgpp AT delorie DOT com Thanks =) Lets say, for example (theoretically), one would make a program that only 'starts' and 'dies', without the requirement of any external libraries - would the output file really need to utilize any DOS functions? Another question: you mentioned that this is possible, but "how" is it possible? Is this done with the linker output of "binary"? Thanks again, -Brian ----- Original Message ----- From: DJ Delorie To: Cc: Sent: Tuesday, May 08, 2001 10:25 PM Subject: Re: DPMI > > You could, but you'd have to write your own linker script and runtime > libraries. It's possible but not trivial. >