From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DLGsO-00021W-2X for qemu-devel@nongnu.org; Tue, 12 Apr 2005 04:36:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DLGsL-0001yt-61 for qemu-devel@nongnu.org; Tue, 12 Apr 2005 04:36:02 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DLGpI-0000gZ-OV for qemu-devel@nongnu.org; Tue, 12 Apr 2005 04:32:52 -0400 Received: from [195.129.94.187] (helo=srv94-187.ip-tech.ch) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1DLH4v-0000LU-4C for qemu-devel@nongnu.org; Tue, 12 Apr 2005 04:49:01 -0400 Message-ID: <425B8B6B.8000102@kberg.ch> Date: Tue, 12 Apr 2005 10:48:43 +0200 From: Mike Kronenberg MIME-Version: 1.0 Subject: Re: Antwort: Re: [Qemu-devel] Cocoa Video Driver & mouse grabbing [Hugo Boss: Virus checked] References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 Michael Hoeller wrote: >Hello, > >i have downloaded the latest version of qemu from the cvs - how can I get >the fitting version of the QEMU >accelerator for the cvs version? I tried to install WinXP with qemu but >the installation is __very__ slow. > > there are 2 accelerators: http://fabrice.bellard.free.fr/qemu/download.html (kqemu - the original one, closed source) http://www.dad-answers.com/qemu/ (qvm86 - open souce) >Initially I wanted to install Win98 SE but when ever I boot form the disk >with CD support I have the problem >that the installation fails do the not enough ext.memory... So I tried >with Win98 this works since here the >installation CD is bootable. But I don't want this version. Any idear >about the ext.memory problem? > > is this the original win98SE Boot floppy? Else you have to edit autoexec.bat/config.sys to adjust emm386 to provide enough ext.memory >And last I have a understanding problem. Every time i want to install with >qemu -m 256 -localtime -user-net >-hda /data3/win98.img -cdrom /dev/cdrom -k de -boot d I get them message : >Could not get an DNS Addess. >This goes away when I start a connection to the internet. Question is: >what is this good for and when can >I close the connection again? Or do I need to have it up all time I am >installing?? > > qemu emulates a DHCP/DNS/SMB Server, but it need a running network connection to do so. if you have no connection up, ad the switch -dummy-net and you should have no problem. http://fabrice.bellard.free.fr/qemu/qemu-doc.html Greetings Mike