From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Message-Id: <9603280448.AA11459@clio.rice.edu> Subject: Re: [idr AT cs DOT pdx DOT edu: Bugs in crt0.s] To: dj AT delorie DOT com (DJ Delorie) Date: Wed, 27 Mar 1996 22:48:26 -0600 (CST) Cc: djgpp-v2 AT delorie DOT com (DJGPP V2 developers), idr AT cs DOT pdx DOT edu In-Reply-To: <199603280327.WAA27469@delorie.com> from "DJ Delorie" at Mar 27, 96 10:27:46 pm Content-Type: text Content-Length: 484 > please change the following lines in src/libc/crt0/crt0.s (around line 103): > The original version will work in most places, but it is not correct. > This code will NOT work if you try to run it from a DXE. Well, it will > work, but will cause your program to crash later. :( First of all, I don't see how crt0 should EVER get called from a DXE - it just won't work. Second, I can't think of an instance why the current code is wrong. I would want more information on this.