From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HjMRo-0005gs-3P for qemu-devel@nongnu.org; Wed, 02 May 2007 17:33:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HjMRm-0005gf-Op for qemu-devel@nongnu.org; Wed, 02 May 2007 17:33:14 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HjMRm-0005gc-IH for qemu-devel@nongnu.org; Wed, 02 May 2007 17:33:14 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HjMLK-0004aa-45 for qemu-devel@nongnu.org; Wed, 02 May 2007 17:26:34 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1HjMLA-0001Ql-Ei for qemu-devel@nongnu.org; Wed, 02 May 2007 23:26:24 +0200 Received: from host.ci.hillsboro.or.us ([4.18.224.6]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 02 May 2007 23:26:24 +0200 Received: from consul by host.ci.hillsboro.or.us with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 02 May 2007 23:26:24 +0200 From: "consul" Date: Wed, 2 May 2007 14:26:10 -0700 Message-ID: References: <8FFF7E42E93CC646B632AB40643802A802875793@scsmsx412.amr.corp.intel.com> Sender: news Subject: [Qemu-devel] Re: [PATCH] Getting 32-bit Vista on KVM 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: kvm-devel@lists.sourceforge.net With this patch I am little farther installing Vista, however install still crashes with BSOD PAGE_FAULT_IN_NONPAGED_AREA "Nakajima, Jun" wrote in message news:8FFF7E42E93CC646B632AB40643802A802875793@scsmsx412.amr.corp.intel.com... > Now I realized that I needed to use 32-bit Linux to build the bios.bin > (i.e. BIOS-bochs-latest) in bochs. As long as I used x86-64 Linux to > build bios.bin, the resulting binary had a problem, as I reported > previously. > > With this very simple patch, I was able to install and run 32-bit Vista > on KVM (almost the latest tree) on the 64-bit host. Thanks Qing for > debuging this. I believe this should work for Qemu as well. > > Jun > --- > Intel Open Source Technology Center > > Signed-off-by: Qing He > Signed-off-by: Jun Nakajima > > > Index: rombios32.c > =================================================================== > RCS file: /cvsroot/bochs/bochs/bios/rombios32.c,v > retrieving revision 1.9 > diff -u -w -r1.9 rombios32.c > --- rombios32.c 20 Feb 2007 09:36:55 -0000 1.9 > +++ rombios32.c 2 May 2007 06:07:31 -0000 > @@ -1191,7 +1191,7 @@ > { > memcpy(h->signature, sig, 4); > h->length = cpu_to_le32(len); > - h->revision = 0; > + h->revision = 1; > #ifdef BX_QEMU > memcpy(h->oem_id, "QEMU ", 6); > memcpy(h->oem_table_id, "QEMU", 4); > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/