From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CzfVC-0007iB-9n for qemu-devel@nongnu.org; Fri, 11 Feb 2005 13:26:50 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CzfV9-0007gn-LO for Qemu-devel@nongnu.org; Fri, 11 Feb 2005 13:26:49 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CzfV9-0007gZ-DM for Qemu-devel@nongnu.org; Fri, 11 Feb 2005 13:26:47 -0500 Received: from [64.91.254.135] (helo=host.nivial.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CzfHE-0004cc-7g for Qemu-devel@nongnu.org; Fri, 11 Feb 2005 13:12:24 -0500 Received: from a80-186-81-62.elisa-laajakaista.fi ([80.186.81.62]:35168 helo=[10.0.0.93]) by host.nivial.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.43) id 1CzfH7-0001BA-7H for Qemu-devel@nongnu.org; Fri, 11 Feb 2005 13:12:17 -0500 Message-ID: <420CF57D.2080209@evaberry.com> Date: Fri, 11 Feb 2005 20:12:13 +0200 From: Tony Watts MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] KQEMU and Win98 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 Hi I updated to the new version with KQEMU and I have problems running QEMU when the module is loaded. I am running Mandrake 10.2 with kernel 2.6.8.1-24, the guest system is Win98. It runs fine when not using the acceleration, but when I run it with the acceleration I get a very unhelpful "windows protection error". I have tried reinstallation, different amounts of memory and leaving the enable-sound and user-net out of the command line. This is my standard command line. /opt/bin/qemu -hda /mnt/oldlin2/harddisk.img -cdrom /dev/cdrom -boot c -m 256 -enable-audio -user-net -localtime I ran step-by-step startup and it seemed to load all the drivers fine, last one was msmouse.vxd then it went blank and then the protection fault. I can send that bootlog from win98 but am willing to dig deeper if someone can give me a pointer on how to obtain some debugging info. Great product :) Tony