Date: Sun, 15 Jun 1997 11:53:02 +0300 (IDT) From: Eli Zaretskii To: Robert Hoehne cc: djgpp-workers AT delorie DOT com Subject: Re: Latest stub In-Reply-To: <33A16DB3.4721@blackmagic.tait.co.nz> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On the related issue, I would like to suggest a possibility to add code to the stub that will allow it to open the .exe file and read the COFF info even if the first 20 handles are all taken (because the parent program has used them and passed them to the child). Probably the easiest way would be to make the stub call the DOS function that enlarges the handle table (Int 21h/AH=67h) right from the start. Comments?