From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BUjsy-0002SG-AZ for qemu-devel@nongnu.org; Mon, 31 May 2004 06:19:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BUjsd-0002LD-3x for qemu-devel@nongnu.org; Mon, 31 May 2004 06:19:10 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BUjsc-0002KU-CS for qemu-devel@nongnu.org; Mon, 31 May 2004 06:18:54 -0400 Received: from [62.253.162.42] (helo=mta02-svc.ntlworld.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BUjrw-0003fj-Mr for qemu-devel@nongnu.org; Mon, 31 May 2004 06:18:12 -0400 Received: from [10.10.10.100] ([81.107.87.144]) by mta02-svc.ntlworld.com (InterMail vM.4.01.03.37 201-229-121-137-20020806) with ESMTP id <20040531101703.GIXT8778.mta02-svc.ntlworld.com@[10.10.10.100]> for ; Mon, 31 May 2004 11:17:03 +0100 From: Antony T Curtis Content-Type: text/plain Message-Id: <1085998684.347.23.camel@pcgem.rdg.cyberkinetica.com> Mime-Version: 1.0 Date: Mon, 31 May 2004 11:18:05 +0100 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Trying to run Windows XP Pro 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 Ok, a bit of background... I am running QEMU on FreeBSD, and I have patched it so that it can use devices. I have made the cow image by the following command $ qemu-mkcow -f /dev/ad0 ad0.cow And then booting the hard drive with $ qemu -pci -hdachs 58140,16,63 ad0.cow I boot the WinXP partition choosing Safe Mode Command prompt boot and it proceeds to boot until it loads the agp440.sys driver, where it halts at EIP=804e945e (which is a 0xeb 0xfe , jmp $-2 infinite loop) Has anyone got any further than that? -- Antony T Curtis