From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44651) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5ukR-0007be-9V for qemu-devel@nongnu.org; Fri, 09 Mar 2012 03:00:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S5ukL-0005kZ-4U for qemu-devel@nongnu.org; Fri, 09 Mar 2012 03:00:22 -0500 Received: from mail-we0-f173.google.com ([74.125.82.173]:47216) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5ukK-0005kP-S5 for qemu-devel@nongnu.org; Fri, 09 Mar 2012 03:00:17 -0500 Received: by werp12 with SMTP id p12so1132408wer.4 for ; Fri, 09 Mar 2012 00:00:14 -0800 (PST) Sender: Paolo Bonzini Message-ID: <4F59B88B.7060302@redhat.com> Date: Fri, 09 Mar 2012 09:00:11 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <4F586345.8010905@redhat.com> <4F59B2CB.2070202@redhat.com> In-Reply-To: <4F59B2CB.2070202@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] XP install cores with SCSI LSI 53C895A disks List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: Gerhard Wiesinger , Brian Jackson , seabios@seabios.org, qemu-devel@nongnu.org, Paul Brook Il 09/03/2012 08:35, Gerd Hoffmann ha scritto: > Is INT13h supported for legacy OS and to boot? Future? But as far as > I saw implemented in seabios, right? Yes, Kevin (O' Connor, not Wolf) integrated the patch this week. It will also be in Fedora 17. > What BIOS translation is used? Buslogic? LSI logic? Partition guessing? Whatever QEMU does for IDE. It is passed down via mode page 04h and retrieved by SeaBIOS. Paolo