From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DxlBV-0004Yv-MC for qemu-devel@nongnu.org; Wed, 27 Jul 2005 08:38:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DxlBE-0004Ps-3W for qemu-devel@nongnu.org; Wed, 27 Jul 2005 08:38:37 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DxlBE-0004Pp-1G for qemu-devel@nongnu.org; Wed, 27 Jul 2005 08:38:36 -0400 Received: from [64.233.182.200] (helo=nproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DxlFv-0004So-Ht for qemu-devel@nongnu.org; Wed, 27 Jul 2005 08:43:27 -0400 Received: by nproxy.gmail.com with SMTP id n15so42521nfc for ; Wed, 27 Jul 2005 05:32:05 -0700 (PDT) Message-ID: <46d6db66050727053278679890@mail.gmail.com> Date: Wed, 27 Jul 2005 14:32:05 +0200 From: Christian MICHON Subject: Re: [Qemu-devel] Problem installing WIndows In-Reply-To: <42E77673.2030006@wayforth.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <42E62AA2.5090702@wayforth.co.uk> <41e41e7a05072606263863044a@mail.gmail.com> <42E63D5B.80504@wayforth.co.uk> <42E75A9B.3060503@wayforth.co.uk> <46d6db6605072704031b63cef7@mail.gmail.com> <42E77673.2030006@wayforth.co.uk> Reply-To: Christian MICHON , qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Antony Gelberg Cc: qemu-devel@nongnu.org On 7/27/05, Antony Gelberg wrote: > I mentioned the command line in my original post to the thread. >=20 > qemu -boot c -cdrom /dev/cdrom -hda hd.img sorry. I'm used to add it at the end of the cmd line :) > > 3) is your qemu optimized? and which version of gcc is used? >=20 > I have had a look in the Debian config. The only non-standard configure > option is --enable-slirp. Debian compiles qemu with -Wall -O2 -g > -fno-strict-aliasing. Not sure what gcc was used, but probably 3.3. just to make sure it's not 3.4.x or 4.x.x :) one last question: it's an OEM version or a std version (like upgrade or full install) ? I expect OEM versions not to work (qemu hardware may not be aligned with the particular OEM version you have, in which case I'd expect an error 7b sooner or later, or a hang...) Christian