From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N5kWq-0007Dh-HU for qemu-devel@nongnu.org; Wed, 04 Nov 2009 13:24:20 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N5kWm-0007D7-20 for qemu-devel@nongnu.org; Wed, 04 Nov 2009 13:24:20 -0500 Received: from [199.232.76.173] (port=36274 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N5kWl-0007D4-SU for qemu-devel@nongnu.org; Wed, 04 Nov 2009 13:24:15 -0500 Received: from mail-yx0-f188.google.com ([209.85.210.188]:46544) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N5kWl-0005mN-Ko for qemu-devel@nongnu.org; Wed, 04 Nov 2009 13:24:15 -0500 Received: by yxe26 with SMTP id 26so6541549yxe.4 for ; Wed, 04 Nov 2009 10:24:15 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: <74aa57df0909162108w3bcb39e8u8f70a7e9c5e8eb90@mail.gmail.com> From: Blue Swirl Date: Wed, 4 Nov 2009 20:23:55 +0200 Message-ID: Subject: Re: [Qemu-devel] Inquiry:Solaris 8 installation on QEMU Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Artyom Tarasenko Cc: Robert Reif , qemu-devel@nongnu.org, Luis Freitas , hadi motamedi On Wed, Nov 4, 2009 at 1:50 AM, Artyom Tarasenko wrote: > 2009/9/19 Blue Swirl : >> =C2=A0Even Sparc32 can't boot Solaris for some mysterious reason. > > Not so mysterious anymore! Mitch Bradley found that subcc instruction > was not correctly setting carry flag in the case where both arguments > were 0 and carry flag was previously set. Fixing the bug allowed to > start booting Solaris 2.5.1 and Solaris 2.6 up to /sbin/init. > Afterwards I found more corner cases in add(x)cc and sub(x)cc carry > handling. Now Solaris 2.5.1 ( > http://tyom.blogspot.com/2009/10/greetings-professor-falken.html ) and > 2.6 ( http://tyom.blogspot.com/2009/11/another-week-another-solaris-versi= on.html > ) can be boot in a single user mode. Awesome! > The kernels of Solaris 8 & 9 can be boot too, but then they flood > about spurious irq 10. It seems that the earlier Solaris versions are > also suffering from spurious interrupts, because the boot process > takes very long: ~7 hours on E8200@2.66GHz . A bug in the system timer implementation?