Re: [Qemu-devel] [OpenBIOS] [PATCH] Add resolutions via the command-line

2016-09-20 Thread Alfonso Gamboa
Perhaps include a base set of resolutions that the actual mac99 machine supported, implemented in OpenBIOS, and also adding the --video-resolutions option so the user may add custom entries that would be read by the VGA device if so desired. I believe that is the best compromise vs. having a huge

Re: [Qemu-devel] [PATCH] Add resolutions via the command-line

2016-09-19 Thread Alfonso Gamboa
rn err; > > > > + } > > > > + is_done = false; > > > > + > > > > + /* Get the entry ID value */ > > > > + err = RegistryCStrEntryLookup(NULL /* start root */, > > > > NODE_PATH, > > > > entry_id); > > > > + if

Re: [Qemu-devel] [Qemu-ppc] [PULL 05/23] ppc: Enforce setting MSR:EE, IR and DR when MSR:PR is set

2016-07-10 Thread Alfonso Gamboa
I removed OpenTransport and other extensions and control panels as well as patched the System Suitcase on some of those iso's on the emaculation.com forum. They are not stock images. Perhaps we still need further work. As far as 9.0.4 booting, I have never succeeded in booting that, awesome!

Re: [Qemu-devel] [OpenBIOS] [Qemu-ppc] CUDA has problems with Mac OS 10.4

2015-11-24 Thread Alfonso Gamboa
On Tue, Nov 24, 2015 at 12:06 AM, Mark Cave-Ayland < mark.cave-ayl...@ilande.co.uk> wrote: > On 24/11/15 05:23, Alfonso Gamboa wrote: > > > Here are some links I packaged for the emaculation forum, included is an > > image with macsbug installed already. I had su

Re: [Qemu-devel] [OpenBIOS] [Qemu-ppc] CUDA has problems with Mac OS 10.4

2015-11-24 Thread Alfonso Gamboa
On Tue, Nov 24, 2015 at 12:06 AM, Mark Cave-Ayland < mark.cave-ayl...@ilande.co.uk> wrote: > On 24/11/15 05:23, Alfonso Gamboa wrote: > > > Here are some links I packaged for the emaculation forum, included is an > > image with macsbug installed already. I had su

Re: [Qemu-devel] [OpenBIOS] [Qemu-ppc] CUDA has problems with Mac OS 10.4

2015-11-24 Thread Alfonso Gamboa
On Tue, Nov 24, 2015 at 12:01 AM, Mark Cave-Ayland < mark.cave-ayl...@ilande.co.uk> wrote: > 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

Re: [Qemu-devel] [OpenBIOS] [Qemu-ppc] CUDA has problems with Mac OS 10.4

2015-11-23 Thread Alfonso Gamboa
On Mon, Nov 23, 2015 at 7:28 PM, Programmingkid wrote: > > On Nov 23, 2015, at 4:00 PM, Mark Cave-Ayland wrote: > > > On 22/11/15 17:39, Programmingkid wrote: > > > > Hi Alfonso, > > > > Has there been any progress at all as to which extensions may be > causing > > the crashes? >

Re: [Qemu-devel] [OpenBIOS] [Qemu-ppc] CUDA has problems with Mac OS 10.4

2015-11-20 Thread Alfonso Gamboa
booting into MacOS9 with qemu to the Desktop is now possible, see: http://www.emaculation.com/forum/viewtopic.php?f=34&t=7047&start=250 Some issues, remain, certain extensions crash on boot. On Nov 20, 2015 7:46 AM, "Programmingkid" wrote: > > On Nov 20, 2015, at 8:39 AM, BALATON Zoltan wrote