Icons Conversion

About Qemu-system-ppc, a PPC Mac emulator for Windows, macOS and Linux that can run Mac OS 9.0 up to Mac OS X 10.5

Moderators: Cat_7, Ronald P. Regensburg

User avatar
adespoton
Forum All-Star
Posts: 4226
Joined: Fri Nov 27, 2009 5:11 am
Location: Emaculation.com
Contact:

Re: Icons Conversion

Post by adespoton »

Can't you launch the monitor and use it to mount/eject disk images? I thought I recalled doing that before someone added the menu item to the macOS build of QEMU-PPC.
OtisGotIt
Space Cadet
Posts: 1
Joined: Thu Jan 14, 2021 9:50 am

Re: Icons Conversion

Post by OtisGotIt »

Cat_7 wrote: Wed Oct 07, 2020 6:15 am You need to make/install the fcode-utils and install a PPC cross compiler to build openbios.

Manuals are somewhat scattered around:
Use this for the fcode utils only: https://www.openbios.org/OpenBIOS#Building_OpenBIOS
Then use this for the cross-compiler and path settings: https://www.openfirmware.info/How_to_bu ... n_Mac_OS_X

I use this to compile openbios:
PATH=:/usr/local/ppcelf/ppcelf/bin:/users/hsp/src/fcode-utils-devel/toke:$PATH
export PATH
cd openbios
CROSS_COMPILE=ppc-elf- ./config/scripts/switch-arch ppc
#(remove -Werror from CFLAGS in Makefile.target in top directory)
make

Best,
Cat_7
Works good
Thank you!
Post Reply