From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G4P7G-0002KE-KA for qemu-devel@nongnu.org; Sat, 22 Jul 2006 17:34:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G4P7F-0002Jm-Ei for qemu-devel@nongnu.org; Sat, 22 Jul 2006 17:34:30 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G4P7F-0002Jg-Av for qemu-devel@nongnu.org; Sat, 22 Jul 2006 17:34:29 -0400 Received: from [65.74.133.4] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1G4P7x-0008Vz-Pw for qemu-devel@nongnu.org; Sat, 22 Jul 2006 17:35:14 -0400 From: Paul Brook Subject: Re: [Qemu-devel] problem with qemm in dos and avg antivirus in xp Date: Sat, 22 Jul 2006 22:27:31 +0100 References: <20060722211716.33778.qmail@web39808.mail.mud.yahoo.com> In-Reply-To: <20060722211716.33778.qmail@web39808.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607222227.32891.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Qemu Bugreport > It says it might lock up and to reboot, which I do, and every time it moves > on to the next step and locks up again. Eventually qemm thinks it has > solved all of the problems and the install process finishes and it adds > itself to autoexec etc, but the problem is still there. I guess this crash > is not one that it expects, so is probably qemu specific. I have also had > problems with programs that have built in extended memory managers (the emm > seems to run, then the program claims a lack of memory). It's possible it requires segment limits be enforced. qemu does not currently do this. Paul