X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Message-Id: <10202081650.AA14546@clio.rice.edu> Subject: Re: [user8201 AT usisp DOT com: ] To: djgpp-workers AT delorie DOT com Date: Fri, 8 Feb 2002 10:50:52 -0600 (CST) In-Reply-To: <1013183073.18632.18.camel@bender.falconsoft.be> from "Tim Van Holder" at Feb 08, 2002 04:44:29 PM X-Mailer: ELM [version 2.5 PL2] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Hmm - I have been having problems getting DJGPP apps to run in a VMWare > VM too (so I can test autoconf etc. under plain DOS without having to > dual-boot). VMWare usually closes the VM quickly after a second or > third DJGPP app is run (I can run bash and then run several apps without > problems), complaining of a page fault in kernel mode (IIRC - might be a > complete different error). Could this be the same problem? No, it's a different issue. There are problems in VMware. I got a note from a certain large commercial company which uses cwsdstub in one of their products - which was forwarded from the VMware developers asking for help. It seems that the commercial APP + CWSDPMI is a nice torture test for emulators due to all the mode switching, etc. The last time I had email correspondence I was going to review the alignment on the GDT (and other structures) and number of times those structures were modified. CWSDPMI always sets some bits (even if they are already set) and this significantly slows down the emulator (to the point it may not be able to keep up with what needs to be done). I haven't done anything on it (yet).