From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DJ5mC-0005fS-Rk for qemu-devel@nongnu.org; Wed, 06 Apr 2005 04:20:42 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DJ5mC-0005cr-CK for qemu-devel@nongnu.org; Wed, 06 Apr 2005 04:20:40 -0400 Received: from [194.251.242.244] (helo=fep19.inet.fi) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DJ6BX-0000tQ-Lv for qemu-devel@nongnu.org; Wed, 06 Apr 2005 04:46:52 -0400 Received: from co.inet.fi ([80.220.124.133]) by fep19.inet.fi with ESMTP id <20050406084622.VRZI21089.fep19.inet.fi@co.inet.fi> for ; Wed, 6 Apr 2005 11:46:22 +0300 Message-ID: <4253A1DE.6060005@co.inet.fi> Date: Wed, 06 Apr 2005 11:46:22 +0300 From: Tero Kaarlela MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] No support for non-continuous I/O map mode 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 Hi, I am trying to get OS/2 PPC edition ro run under Qemu. I have made few hack to bootloader + openhackware to get it running so far things I had to do: 1. Hex edit Prep partition address 0x200 to point to beginning of Prep Partition(Conventional firmware handles Partition map differently than OF) 2. Modify machine model at openhackware bootinfos.c(This Bootloader has few ASCII strings inside code and it compares them to residual data model string) 3. Now I have got Qemu -nographic -dummy-net -prep to boot it to this point where Qemu reports: No support for non-continuous I/O map mode My question is: Is there going to be support for this soon(is it planned)? If not can someone tell me how can I start trying implementing it? Tero Kaarlela