Search found 4283 matches

by adespoton
Mon Feb 12, 2024 5:36 pm
Forum: QEMU
Topic: screen sharing doesn't share clipboard
Replies: 3
Views: 311

Re: screen sharing doesn't share clipboard

Since you're using UTM, the appropriate place to post this question is in the UTM Discord channel; other than the single thread on here, PPC QEMU on this server deals with the downloads linked from this site. It might be worth trying your same setup you use on UTM on a barebones QEMU as well, to see...
by adespoton
Sat Feb 10, 2024 12:48 am
Forum: QEMU
Topic: IP address
Replies: 7
Views: 586

Re: IP address

I found a site that told me my ip address. I was able to change my settings to the guide. Now I just need to figure out how to use filezilla. I will let you guys know if I need any more help. Thanks for being patient with me. 127.0.0.1 (or IPv6 ::1) is the shorthand for "this computer" in...
by adespoton
Sat Feb 10, 2024 12:45 am
Forum: QEMU
Topic: Fillzilla Error Message
Replies: 11
Views: 711

Re: Fillzilla Error Message

I'm trying to get files into Qemu and I was recommended this guide https://www.emaculation.com/doku.php/ppc-osx-on-qemu-for-windows#networking and I finished the guide and have everything set up using Filezilla but I'm getting this error message Status: Resolving address of localhost Status: Connec...
by adespoton
Wed Feb 07, 2024 11:34 pm
Forum: QEMU
Topic: IP address
Replies: 7
Views: 586

Re: IP address

Maybe I'm misinterpreting your answer but when you say "you can connect to it from Filezilla in the host by pointing it at ftp://localhost:2121." are you saying I need to enter "ftp://localhost:2121" in the [Use the following IP address:] because otherwise I don't know how to po...
by adespoton
Wed Feb 07, 2024 12:26 am
Forum: QEMU
Topic: IP address
Replies: 7
Views: 586

Re: IP address

How do I figure out my computer's ip address? I'm trying to figure out this guide https://www.emaculation.com/doku.php/ppc-osx-on-qemu-for-windows#networking for getting files into Qemu, I got stuck at NetPresenz as I didn't know how to get NetPresenz into qemu (since I was following a guide to be ...
by adespoton
Tue Feb 06, 2024 5:21 pm
Forum: QEMU
Topic: Command and Option Key in MacOS Guest and Windows Host
Replies: 2
Views: 414

Re: Command and Option Key in MacOS Guest and Windows Host

I have installed MacOS 9.2.2 into QEMU runs under Windows 10. I try to figure out which key on the host is equivalent to the MacOS Command Key and Option Key. I opened up the Key Cap under the Apple Menu and tried the Window Key and Alt Key from the Windows host. I found that the Alt key is mapped ...
by adespoton
Mon Feb 05, 2024 7:11 pm
Forum: QEMU
Topic: How to copy files from HOST MAC OS SONOMA to Guest QEMU Running on it?
Replies: 1
Views: 348

Re: How to copy files from HOST MAC OS SONOMA to Guest QEMU Running on it?

This forum is specifically about running 68k Mac OS on QEMU-system-68k. It appears that you're trying to run QNX on QEMU-system-X86_64 which means both the emulator and the guest system are beyond what this forum focuses on. That said, I'll point you in a more useful direction: https://www.qnx.com/d...
by adespoton
Wed Jan 31, 2024 4:16 pm
Forum: Basilisk II
Topic: Building Basikisk II for Raspberry Pi
Replies: 2
Views: 523

Re: Building Basikisk II for Raspberry Pi

https://duckduckgo.com/?q=SDL2+without+X11 returns a couple of semi-useful links; looks like you need to use SDL2 targeting the frame buffer instead of X. Should be possible, but may require a bit of tweaking.
by adespoton
Wed Jan 31, 2024 4:13 pm
Forum: General Macintosh Emulation
Topic: Programming my own Mac emulator
Replies: 87
Views: 59034

Re: Programming my own Mac emulator

The reason it only recognizes 8 MB is because that's how much is embedded on the Power Mac 6100 itself. To get it recognize more, we need to set up the memory regions and also expand the HMC controller to recognize the chosen RAM setup. Ah; so for now, limiting to System 7.1 as the OS is a good ide...
by adespoton
Tue Jan 30, 2024 3:58 pm
Forum: General Macintosh Emulation
Topic: Programming my own Mac emulator
Replies: 87
Views: 59034

Re: Programming my own Mac emulator

That's great! For those wanting to test: https://infinitemac.org/ (link to emulator found at custom -> run -> Machine -> Experimental) Oddly, I appear to have 8MB RAM no matter how much I select -- and most of the games on the Infinite Disk require more than 1.8MB (which means running Mac OS 7.6 to ...
by adespoton
Fri Jan 26, 2024 8:47 pm
Forum: QEMU
Topic: Qemu file loading
Replies: 7
Views: 869

Re: Qemu file loading

There's multiple options, depending on your host and guest systems and QEMU configuration. If you have networking set up, you can set up a file share between the host and guest IF they have a shared protocol. Choices can be: AFP, SMB, FTP, NFS. Depending on if your host system supports it, you can ...
by adespoton
Fri Jan 26, 2024 8:41 pm
Forum: QEMU
Topic: Qemu file loading
Replies: 7
Views: 869

Re: Qemu file loading

I'm on Windows 10, I just put the files on an ISO with BurnAware and load them that way. You mean take a file and turn it into a .iso and qemu can read that? If I change a .sit file to a .iso won't that ruin the file? Anything that's just got a data fork can be burned to an ISO9660 CD image just fi...
by adespoton
Fri Jan 26, 2024 4:23 pm
Forum: QEMU
Topic: Qemu file loading
Replies: 7
Views: 869

Re: Qemu file loading

There's multiple options, depending on your host and guest systems and QEMU configuration. If you have networking set up, you can set up a file share between the host and guest IF they have a shared protocol. Choices can be: AFP, SMB, FTP, NFS. Depending on if your host system supports it, you can u...
by adespoton
Thu Jan 25, 2024 6:42 pm
Forum: SheepShaver
Topic: RasPi + Sheepshaver on Boot
Replies: 3
Views: 675

Re: RasPi + Sheepshaver on Boot

Wouldn't it easier to make a systemd user service instead of a system service and enable auto-login? If they do that, they'll definitely need to authenticate when they attempt to run SheepShaver as root. Why run as root? So they have full network and disk access. So it all depends on the security p...
by adespoton
Wed Jan 24, 2024 10:06 pm
Forum: QEMU
Topic: Tiber SMB client?
Replies: 2
Views: 558

Re: Tiber SMB client?

To go into further detail, Tiger's SMB uses an authentication method that is considered insecure and allows anyone on your network to skim access credentials -- so the authentication methods are removed from more recent macOS versions. On Windows, you can manually turn on deprecated authentication m...
by adespoton
Wed Jan 24, 2024 5:22 pm
Forum: SheepShaver
Topic: RasPi + Sheepshaver on Boot
Replies: 3
Views: 675

Re: RasPi + Sheepshaver on Boot

I'm not familiar with the setup, but shouldn't cd /home/pi/SheepShaver sudo ./SheepShaver --nogui true be cd /home/pi/SheepShaver; sudo ./SheepShaver --nogui true ? And aren't you going to run into issues with the sudo command? Or have you set up your sudoers list such that this account doesn't need...
by adespoton
Wed Jan 24, 2024 5:13 am
Forum: Basilisk II
Topic: AppleTalk over Ethernet and use of etherhelper
Replies: 41
Views: 13810

Re: AppleTalk over Ethernet and use of etherhelper

I tried again with same result. The latest build crashes immediately on my 2023 MacBook Pro after providing credentials to enable the change required to use etherhelper. I suspect the difference may be due to the older build compiled for Intel requiring Rosetta whereas the new build is compiled for...
by adespoton
Wed Jan 24, 2024 5:12 am
Forum: QEMU
Topic: Qemu speed
Replies: 1
Views: 515

Re: Qemu speed

So I'm new to qemu and one of the things I noticed is it seems really slow to boot up compared to something like sheepshaver. Is there a way to fix this or is that the nature of the beast? I understand Qemu is not a mac exclusive emulator so like any jack-of-all-trades there are bound to be some li...
by adespoton
Wed Jan 24, 2024 12:04 am
Forum: QEMU
Topic: 10.4.11 iso?
Replies: 13
Views: 1514

Re: 10.4.11 iso?

Oh, weird. This page says the iso I have works provided you burn it first! https://gist.github.com/cellularmitosis/63b2914711f9ee32053d3c1f48d5c89a Well, that's going to be a pain in the butt! You have to burn it first because it's just the HFS+ partition, not the entire disc image. You could proba...
by adespoton
Wed Jan 24, 2024 12:02 am
Forum: Basilisk II
Topic: AppleTalk over Ethernet and use of etherhelper
Replies: 41
Views: 13810

Re: AppleTalk over Ethernet and use of etherhelper

Thanks for the testing and feedback! It seems odd that the current builds would crash because of Etherhelper; AFAIK, the only related change since the May 25, 2020 build was April 29, 2022 with: "Fixed a bug where not all modems, printers and ethernet interfaces would get listed after sorting....
by adespoton
Tue Jan 23, 2024 4:22 pm
Forum: Mini vMac and Other Mac Emulators
Topic: Cannot get Mini vMac to run on rPi
Replies: 9
Views: 2361

Re: Cannot get Mini vMac to run on rPi

bitsplusatoms wrote: Tue Jan 23, 2024 4:56 am Has anyone had luck with an RPi 4 running 64-bit bookworm? I'm having the same problem as the OP.

I guess the next step would be to recompile on the Pi.
Again... which source are you compiling? 36 or 37?
by adespoton
Tue Jan 23, 2024 4:20 pm
Forum: Basilisk II
Topic: AppleTalk over Ethernet and use of etherhelper
Replies: 41
Views: 13810

Re: AppleTalk over Ethernet and use of etherhelper

Thanks for the testing and feedback! It seems odd that the current builds would crash because of Etherhelper; AFAIK, the only related change since the May 25, 2020 build was April 29, 2022 with: "Fixed a bug where not all modems, printers and ethernet interfaces would get listed after sorting.&...
by adespoton
Mon Jan 22, 2024 4:17 pm
Forum: QEMU
Topic: Trouble with Qemu Guide
Replies: 19
Views: 2288

Re: Trouble with Qemu Guide

I got it working. I gave up trying to install 9.0.4 and kept with 9.2.1. The rest of the guide worked just fine, it was just figuring out how to use command prompt I had trouble with. Is there a reason Qemu isn't more user friendly like Basilisk and Sheepshaver? Having to use command prompt makes m...
by adespoton
Mon Jan 22, 2024 4:05 pm
Forum: Off Topic
Topic: Running 9A241 on Mid-2007 Macs.
Replies: 2
Views: 784

Re: Running 9A241 on Mid-2007 Macs.

And for those wondering why someone would want to do this... Mac OS X 10.5 PR 9A241 is the last OS version that will run Classic. Of course, the 2007 iMac is a Core 2 Duo machine, so it's not going to be able to run Classic anyway; but for PPC Macs, this is the most recent OS you can use and still d...
by adespoton
Mon Jan 22, 2024 3:53 pm
Forum: QEMU
Topic: 10.4.11 iso?
Replies: 13
Views: 1514

Re: 10.4.11 iso?

That means qemu hasn't found all information on the image it needs to boot. This happens when the CD image was not created from the full CD but from a partition on the CD. You just have to search for an image that does include that info. Best, Cat_7 And having that as a starting point, it's probabl...