From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dkdpt-0006RD-J5 for qemu-devel@nongnu.org; Tue, 21 Jun 2005 04:10:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DkdnG-00068V-5U for qemu-devel@nongnu.org; Tue, 21 Jun 2005 04:07:39 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dkdl8-0005WD-BR for qemu-devel@nongnu.org; Tue, 21 Jun 2005 04:05:26 -0400 Received: from [212.50.211.55] (helo=adonis.kotinet.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DkdZB-0002ZX-M2 for qemu-devel@nongnu.org; Tue, 21 Jun 2005 03:53:05 -0400 Received: from [192.168.0.177] (adsl-82-141-89-228.kotinet.com [82.141.89.228]) by adonis.kotinet.com (Postfix) with ESMTP id 0396FCE331 for ; Tue, 21 Jun 2005 10:50:09 +0300 (EEST) Message-ID: <448BEF47.5040207@kotinet.com> From: Tero Kaarlela MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Notations about installing WinNT onto PREP hardware Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Tue, 21 Jun 2005 08:10:23 -0000 To: qemu-devel@nongnu.org Hi, I just installed WinNT 3.51 & 4.0 WKS to a PREP machine(Power Series Thinkpad). The first thing I had to do was installing ARC disk image to PREP 0x41 partition on HD. This Arc utility is then used for partitioning HD(Winnt PPC cant do this). And Winnt setup has to be launched from ARC menu too(run external program CD:\PPC\SETUPLDR). After installation ARC is also used to boot osloader.exe from a FAT partition of disk to run WinNT so on my opinion WinNT cannot be booted or installed before this ARC utility works under Qemu. You can Download this ARC image from ftp://ftp.software.ibm.com/pc/pccbbs/powerpc/arc151.dd Before booting this image under Qemu one should modify bootinfos.c from OHW to report machine model ie. IBM PPS Model 6050 instead of QEMU PPC. This image booting crashes shortly after going to Little-endian mode with followin: Invalid/unsupported opcode 00 - 10 - 01. Tero Kaarlela