Date: Mon, 6 Jul 1998 17:50:37 +0300 (IDT) From: Eli Zaretskii To: "Salvador Eduardo Tropea (SET)" cc: Gerhard Gruber , djgpp AT delorie DOT com Subject: Re: bash eats cycles In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 6 Jul 1998, Salvador Eduardo Tropea (SET) wrote: > Strange! the version that doesn't eat CPU is the one that doesn't > call __dpmi_yield. And bash (that calls __dpmi_yield) eats the CPU. It could be due to the fact that __dpmi_yield issues INT 2Fh directly. That is why I suggested to try the newer version which does that via a DPMI call.