Date: Sun, 18 Jul 1999 11:17:05 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Martin Str|mberg cc: djgpp AT delorie DOT com Subject: Re: Preloading emu387.dxe In-Reply-To: <7mq8hj$o0j$1@news.luth.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On 17 Jul 1999, Martin Str|mberg wrote: > But I see > that emu387.dxe is often loaded and as I know there's no FPU in that > box it would make sense to load it once and be done with it Since the loading of a DXE is something done entirely by the DJGPP startup code, and the OS doesn't help in this a bit, there's no way you could achieve this without extensive changes to the DXE machinery. Remember that loading a DXE effectively defines entry points to some functions, so it has to be done by every program.