From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35507) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a18YX-0006D5-0p for qemu-devel@nongnu.org; Tue, 24 Nov 2015 03:02:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a18YV-00048w-SI for qemu-devel@nongnu.org; Tue, 24 Nov 2015 03:02:28 -0500 Message-ID: <5654195D.8030406@ilande.co.uk> Date: Tue, 24 Nov 2015 08:01:33 +0000 From: Mark Cave-Ayland MIME-Version: 1.0 References: <898E5F5D-EC63-4FC2-A1CC-5F5AEE1D5708@gmail.com> <564249E4.8000604@ilande.co.uk> <564380D5.9050401@ilande.co.uk> <27CBEB2D-071F-424B-B837-93F767CBE6B6@gmail.com> <5643B3D3.1030907@fgznet.ch> <08BF37A4-20D2-4A34-BC26-17B199A160E7@gmail.com> <9C20BDB0-7458-44E8-B3DC-AABD88FE72DB@gmail.com> <20151120033338.GA1554@gate.crashing.org> <5650645E.1070205@ilande.co.uk> <5651ADDD.1020508@ilande.co.uk> <56537E64.5070100@ilande.co.uk> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [OpenBIOS] [Qemu-ppc] CUDA has problems with Mac OS 10.4 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Programmingkid Cc: qemu-devel qemu-devel , BALATON Zoltan , "qemu-ppc@nongnu.org list:PowerPC" , Andreas Tobler , Alfonso Gamboa , The OpenBIOS Mailinglist On 24/11/15 03:28, Programmingkid wrote: >> I've just done some testing here on my 9.2.2 ISO and I've found the >> following: >> >> - Removing "Apple Audio Extension" appears to prevent some kind of >> corruption which allows MacsBugs to give non-corrupt stack traces >> >> - The resulting stack trace points at "AINI 8042 05AE Startup ASLM PPC" >> >> - Further removing "Open Transport ASLM Modules" allows boot to proceed >> nearly all the way except for a hang just before the progress bar >> reaches the end >> >> - Finally removing "Multiprocessing" allows boot to proceed all the way >> to the desktop >> >> Alfonso/John can you confirm whether removing these 3 extensions works >> for your images too? If you are able to run the OS 9 installer all the >> way through and manually mount the hd images to remove them by hand >> before the next boot, do you end up with a bootable OS 9 HD image? > > Which version of Macsbug are you using? Do you have an 9.2.2 image file > available for download that has macsbug installed? I tried installing Macsbug > 6.6.3 into my iso file, but Mac OS 9 always stops booting right before the debugger > message is suppose to appear. One other thing I forgot to mention: if you install MacsBugs onto your ISO, you need to provide some mouse or keyboard input around the time when the happy mac icon appears (I normally capture the mouse and move it around a little), otherwise as you mention you see a freeze just before "Debugger Installed" appears. My guess is that MacsBugs is trying to work out whether to use ADB or USB for keyboard, so unless the OS 9 ADB driver gets any input then it can't decide and hangs on boot. Then again this could be another bug somewhere in the QEMU ADB emulation... ATB, Mark.