Search found 4271 matches

by adespoton
Wed Aug 31, 2016 4:43 am
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1170737

Re: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system

Take a look at the vga driver source.... https://github.com/ozbenh/QemuMacDrivers/blob/master/QemuVGADriver/src/QemuVga.c Best, Cat_7 Heh... my first reaction was "Great! That's an easy fix!" Which I promptly made. Then I looked at the IDE file... CodeWarrior 5 !?!? I guess I could try an...
by adespoton
Tue Aug 30, 2016 9:26 am
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1170737

Re: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system

Hmm... I finally got to building OpenBIOS. Good news: it builds fine :) Bad news: having difficulty figuring out what to modify to get 1280x720 resolution -- mmolvideo.c hints at it, but I haven't quite figured it out yet. The vga and video files don't appear to have a hard-coded list of resolutions...
by adespoton
Mon Aug 29, 2016 10:06 pm
Forum: Basilisk II
Topic: How to use very old fonts in System 7?
Replies: 1
Views: 3207

Re: How to use very old fonts in System 7?

You need a copy of Font/DA Mover. ResEdit could also do it, but I can't recall which resources you'd need to grab, as the issue is that the old font suitcases don't include some specific resources matching the FONT and FOND resources, IIRC. The OS uses these to handle the metadata for the fonts so i...
by adespoton
Mon Aug 29, 2016 8:27 pm
Forum: Mini vMac and Other Mac Emulators
Topic: Mini vMac Development Snapshots: June 2, June 12 2016
Replies: 5
Views: 6067

Re: Mini vMac Development Snapshots: June 2, June 12 2016

...and more news! As of August 28: Mini vMac 3.4.1 is out of beta! I presume that means the 3.5 branch has now moved from alpha to beta. This means that the stable Mac II build with audio is now in the official release stream (although the Plus is still the default download). Also, there's now a por...
by adespoton
Mon Aug 29, 2016 3:13 pm
Forum: QEMU
Topic: QEMU Mac OS 9 and X Software Compatibility List
Replies: 25
Views: 30385

Re: QEMU Mac OS 9 and X Software Compatibility List

The click/key issues you're describing are actually due to "stuck" keys when qemu grabs the keyboard. It doesn't always happen, and you can get out of it by switching modes and/or hitting the offending key a few times (can't remember whether that's while in host context or guest context). ...
by adespoton
Sun Aug 28, 2016 9:52 pm
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1170737

Re: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system

You'll want G3, mac99, 256MB, I think. That's what I use on OS X. "./Mac OS X 10.3" -bios openbios-ppc -boot c -drive file="/dev/rdisk$DEVNUM",format=raw,media=disk -M mac99 -m 256 -cpu G3 -netdev user,id=network0 -device rtl8139,netdev=network0 -prom-env 'auto-boot?=true' -g 128...
by adespoton
Sun Aug 28, 2016 4:52 pm
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1170737

Re: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system

Has anyone created a date patch for the PB? It seems like something that should be trivial, but I haven't heard of anyone doing it.
by adespoton
Sun Aug 28, 2016 1:17 am
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1170737

Re: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system

According to what enginox said, it looks like we're getting stuck in a loop on the modem port -- which kind of indicates it is sitting on the modem port waiting for an external device to connect to get to the OF prompt. So it looks really good; we just need to build the device tree and load a video ...
by adespoton
Fri Aug 26, 2016 9:10 pm
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1170737

Re: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system

Any idea what's being held in r13 at the time? If we can backrace to what was loaded there and why, we can likely figure that part out.
by adespoton
Fri Aug 26, 2016 3:44 pm
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1170737

Re: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system

What command-line values are you passing to qemu? This might help us figure out why you get the load error. The sample command line provided by Cat_7 should be enough to get things running, switching from d to c after initial install and removing the DVD parameter. For your other comments, I believe...
by adespoton
Thu Aug 25, 2016 9:47 pm
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1170737

Re: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system

That sounds like what I recall/what I was thinking. Once we see how g3beige performs, we can figure out what the next steps are for older devices that can use OF but don't have the new world device tree. More of the work is already done, and the work to be done is already understood. And it results ...
by adespoton
Thu Aug 25, 2016 6:46 pm
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1170737

Re: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system

Pardon me for asking, but wouldn't a Wallstreet/PDQ Powerbook G3 ROM also work with sol. 2 (with a couple of modifications), seeing as it's the only other Mac OS X 10.0+ compatible machine that has an old world ROM? (I know that the Wallstreet has it for sure, not sure about the PDQ.) I haven't hea...
by adespoton
Thu Aug 25, 2016 6:43 pm
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1170737

Re: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system

Yet another problem: I managed to install Mac OS 9.0.4 on a hard disk using an install cd for the Power Mac G4 Cube, but when I try to boot up from the disk, qemu crashes. This happens with both the mac99 and the mac99p machines. Which qemu/OpenBIOS builds are you using? We appear to have 4 on the ...
by adespoton
Thu Aug 25, 2016 6:40 pm
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1170737

Re: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system

What's the error message part? What is it in response to?

I have to admit, I've never attempted to install the CLTs (or XCode) into an alternate location since it all got bundled as an App Store app. Too many things broke from my original toolchain every update.
by adespoton
Thu Aug 25, 2016 5:39 pm
Forum: SheepShaver
Topic: macOS Sierra public beta 6 -> SheepShaver
Replies: 1
Views: 3702

Re: macOS Sierra public beta 6 -> SheepShaver

Thanks for the update! SheepShaver lives for one more year....

Hopefully that's enough time to get a working qemu profile for ROM-based PowerPC Macs.
by adespoton
Thu Aug 25, 2016 5:36 pm
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1170737

Re: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system

I'd say that if you have the time and resources, do both 1 and 2, with 1 taking a higher priority to 2. This would be optimal solution (in terms of results) to the problem at hand here. If we don't have the time and resources, I'll gladly take 1 over 2. I agree here; I was basically proposing 2, wh...
by adespoton
Thu Aug 25, 2016 5:12 am
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1170737

Re: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system

While OpenBIOS exist for this profile at QEMU, Apple doesn't support booting Oldworlds in this way, and as consequence MacOS ROM files don't have any resources, drivers or code to support any OldWorld system. In some sense, OpenBIOS was done for this profile only to allow FOSS *nix OSs to boot from...
by adespoton
Wed Aug 24, 2016 5:25 pm
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1170737

Re: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system

from what I can see, the qemu changes all look fine; it's just the most recent OpenBIOS changes that cause some problems. I'll try running David's 2.8WIP with the master OpenBIOS later today to see what sort of results that gives.
by adespoton
Wed Aug 24, 2016 3:27 pm
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1170737

Re: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system

Which qemu build are you using? Which OpenBIOS build?
by adespoton
Wed Aug 24, 2016 2:11 pm
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1170737

Re: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system

I just re-built with the qemu master git sources, and disk handling seems fine there. I haven't built openbios from scratch before, and it appears I'm missing a ppc cross-compiler :\ So I can't do any fine-grained tests there. More than willing to test multiple builds if someone throws the pre-built...
by adespoton
Wed Aug 24, 2016 12:39 am
Forum: SheepShaver
Topic: Startup disk will not work on this Macintosh model
Replies: 3
Views: 6094

Re: Startup disk will not work on this Macintosh model

Don't you need an old world ROM to boot pre-8.5 OSes?
by adespoton
Tue Aug 23, 2016 5:16 pm
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1170737

Re: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system

Do the older builds have the same issues? Just wondering if we can pin this down to a refactoring issue, or if it is indeed something still unimplemented. From the fact that when using a raw device it appears to be hit and miss, I'd guess this isn't in the emulation itself, but more likely in the O...
by adespoton
Tue Aug 23, 2016 4:17 pm
Forum: Off Topic
Topic: Saturday: First Ever (Maybe) Internet MazeWars+ Tournament!
Replies: 6
Views: 4836

Re: Saturday: First Ever (Maybe) Internet MazeWars+ Tourname

That sounds like an extremely good fit for archive.org -- do you have an account on there? Jason's the main curator, but those of us with accounts can add files and written content as well. The big thing would be deploying your framework on top of archive.org, which I think would be an excellent fit...
by adespoton
Tue Aug 23, 2016 4:09 pm
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1170737

Re: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system

Do the older builds have the same issues? Just wondering if we can pin this down to a refactoring issue, or if it is indeed something still unimplemented. From the fact that when using a raw device it appears to be hit and miss, I'd guess this isn't in the emulation itself, but more likely in the Op...
by adespoton
Tue Aug 23, 2016 3:59 pm
Forum: QEMU
Topic: QEMU Mac OS 9 and X Software Compatibility List
Replies: 25
Views: 30385

Re: QEMU Mac OS 9 and X Software Compatibility List

Noted; I'm attempting to find the edges of what is currently supported. qemu gets as far as loading the application, even though it has no JOY; I'm thinking OpenBIOS likely needs to throw an error instead of loading into memory and failing on the first instruction.