Hello,I would like to start a PPC (PowerPC) fork of PearPC

Discuss PearPC's Development and any bugs you find here

Hello,I would like to start a PPC (PowerPC) fork of PearPC

Postby phaseon » Mon May 14, 2007 9:11 pm

Hello my name is Luis Roel,i haven't been on these forums for a while now.I would like to announce that i have successfully compiled two versions of PearPC 0.4 in OS X and Linux on an iMac G5 running OS X 10.4.9 and Ubuntu 7.05.Ive also managed to run OS X 10.4 with the Apple's X11.Which leads me to think,could PearPC not be a better and simpler virtualizer for the PPC platform on the PPC platform?.I did not have to modify the source code at all and i plan to release PearPC for PPC (which i have Dubbed PPC-O-PPC or PearPC-On-PPC).Included i have links to two version,one which has 64 bit support and vectorization support (better known as Velocity Engine or Altivec) and one which is the standard 32bit binary.

Just cd into the directory where you unzipped it then simply
Code: Select all
sudo make install

To Install it,then to run it cd into where it should have installed
Code: Select all
cd /user/local/bin

then to run it
Code: Select all
./ppc "insert the name of your config file here without quotations"

It should install into /usr/local.
As per the GPL all source code is included.
I would suggest running both in Mac OS X 10.4.9 and an installation of Apple's X11.app. remember you must execute the program in Xterm (X11 terminal) for it to work,otherwise it will give you a "cannot open Display 0:0" error.
I will have the Linux binaries up shortly.It would be really nice if i could have more developers helping me into creating an official fork of PearPC i myself (as an OS X user) find this very useful,not only for virtualizing OS X but to virtualize PPC Linux distributions as well.

Here are the links:
http://rapidshare.com/files/31329568/pe ... _.zip.html

http://rapidshare.com/files/31331381/pe ... _.zip.html

Thank you for your interest and time,
Luis Roel
Last edited by phaseon on Tue May 15, 2007 1:49 pm, edited 3 times in total.
phaseon
Regular
Regular
 
Posts: 67
Joined: Tue Jul 06, 2004 8:17 pm
Location: USA

Re: Hello,I would like to start a PPC (PowerPC) fork of Pear

Postby phaseon » Tue May 15, 2007 3:19 am

it has come to my attention that there is a fatal error with CUDA in this build.If someone could help me fix it id be glad to recompile and put up new binaries.
Luis roel
moderator of the spanish pearpc.net forum
I got PearPC and it was good.....
I got a Mac and it was awsome! (Hexley is Cool)
iMac 2.0Ghz Quadrouple boot:
Tiger-Opendarwin-Yellowdog Linux)
[img:8aa42d5fda]http://www.danasoft.com/sig/DeathRay.jpg[/img:8aa42d5fda]
phaseon
Regular
Regular
 
Posts: 67
Joined: Tue Jul 06, 2004 8:17 pm
Location: USA

Re: Hello,I would like to start a PPC (PowerPC) fork of Pear

Postby yizzel » Tue May 15, 2007 7:47 am

Hey this is a great idea. Seeing that Mac-on-Mac has been abandoned, PearPC-On-PPC sounds like a good successor. I'd be very interested in trying it out but I have to retrieve my G3 iBook from my Nephew first.

Btw I couldn't download from rapidshare...
Leap through fire to fly away. Salmay, Dalmay, Adonay....
User avatar
yizzel
Avid Helper
Avid Helper
 
Posts: 153
Joined: Mon Nov 14, 2005 1:32 pm
Location: Apple Isle, DownUnder

Re: Hello,I would like to start a PPC (PowerPC) fork of Pear

Postby phaseon » Tue May 15, 2007 1:43 pm

Hello Yizzel thank you for your interest,if youd like id be glad to upload it somewhere else,or send it to you email account.Is there any way you can run 10.4 on that G3?
Luis roel
moderator of the spanish pearpc.net forum
I got PearPC and it was good.....
I got a Mac and it was awsome! (Hexley is Cool)
iMac 2.0Ghz Quadrouple boot:
Tiger-Opendarwin-Yellowdog Linux)
[img:8aa42d5fda]http://www.danasoft.com/sig/DeathRay.jpg[/img:8aa42d5fda]
phaseon
Regular
Regular
 
Posts: 67
Joined: Tue Jul 06, 2004 8:17 pm
Location: USA

Re: Hello,I would like to start a PPC (PowerPC) fork of Pear

Postby phaseon » Tue May 15, 2007 1:50 pm

I fixed the rapidshare links they should now function normally
Luis roel
moderator of the spanish pearpc.net forum
I got PearPC and it was good.....
I got a Mac and it was awsome! (Hexley is Cool)
iMac 2.0Ghz Quadrouple boot:
Tiger-Opendarwin-Yellowdog Linux)
[img:8aa42d5fda]http://www.danasoft.com/sig/DeathRay.jpg[/img:8aa42d5fda]
phaseon
Regular
Regular
 
Posts: 67
Joined: Tue Jul 06, 2004 8:17 pm
Location: USA

Re: Hello,I would like to start a PPC (PowerPC) fork of Pear

Postby phaseon » Tue May 15, 2007 2:26 pm

The first order of business is to fix this CUDA error (im assuming it handles the I/O).It seems when i try to run Ubuntu on it,it will not boot and in the console logs it says:
Code: Select all
 [IO/CUDA] <Warning> Event processing timed out.Event dropped.


It does try to boot and at least pearpc does run on OS X albeit without being able to boot linux.

http://i79.photobucket.com/albums/j152/ ... ubuntu.jpg
phaseon
Regular
Regular
 
Posts: 67
Joined: Tue Jul 06, 2004 8:17 pm
Location: USA

Re: Hello,I would like to start a PPC (PowerPC) fork of Pear

Postby yizzel » Wed May 16, 2007 12:43 am

Cool, rapidshare link is working now. Until I get my iBook back I won't be able to test it tho...
Yeah my iBook runs 10.4.8. Btw, I compiled my own ppc build of PearPC last October and posted on here http://www.pearpc.net/viewtopic.php?f=33&t=5035 and the binary is here http://rapidshare.com/files/31538944/Pe ... d.dmg.html

To turn PearPC into a real virtualizer we have to make it use the native processor rather than emulating it, like the ppc version of SheepShaver...
Leap through fire to fly away. Salmay, Dalmay, Adonay....
User avatar
yizzel
Avid Helper
Avid Helper
 
Posts: 153
Joined: Mon Nov 14, 2005 1:32 pm
Location: Apple Isle, DownUnder

Re: Hello,I would like to start a PPC (PowerPC) fork of Pear

Postby phaseon » Wed May 16, 2007 1:18 pm

Yes but how do we do that? hmm so its not virtualizing the CPU its emulating it? I think the most important thing would be to get more people involved! so we have to find a way to spread the news as this forum has slowed down a bit =/ but hey thank you for the CUDA fix i will patch the file,recompile PearPC and then put up updated binaries

BTW for other that would like ot know the CUDA fix is (Much thanks to Yizzel):

From the pearpc-04 source, checkout cuda.cc in src/io/cuda and uncomment

Code: Select all
/* gCUDA.left = 0;
gCUDA.rA = TREQ;
gCUDA.rACR = 0;
lockuphack = 0;
IO_CUDA_WARN(...
Last edited by phaseon on Wed May 16, 2007 1:23 pm, edited 1 time in total.
Luis roel
moderator of the spanish pearpc.net forum
I got PearPC and it was good.....
I got a Mac and it was awsome! (Hexley is Cool)
iMac 2.0Ghz Quadrouple boot:
Tiger-Opendarwin-Yellowdog Linux)
[img:8aa42d5fda]http://www.danasoft.com/sig/DeathRay.jpg[/img:8aa42d5fda]
phaseon
Regular
Regular
 
Posts: 67
Joined: Tue Jul 06, 2004 8:17 pm
Location: USA

Re: Hello,I would like to start a PPC (PowerPC) fork of Pear

Postby phaseon » Wed May 16, 2007 1:20 pm

In any case we have a lot of work ahead of us,but i know that we will be able to accomplish our goal of turning PearPC into a PPC virtualizer.
Luis roel
moderator of the spanish pearpc.net forum
I got PearPC and it was good.....
I got a Mac and it was awsome! (Hexley is Cool)
iMac 2.0Ghz Quadrouple boot:
Tiger-Opendarwin-Yellowdog Linux)
[img:8aa42d5fda]http://www.danasoft.com/sig/DeathRay.jpg[/img:8aa42d5fda]
phaseon
Regular
Regular
 
Posts: 67
Joined: Tue Jul 06, 2004 8:17 pm
Location: USA

Re: Hello,I would like to start a PPC (PowerPC) fork of Pear

Postby phaseon » Wed May 16, 2007 4:03 pm

Also is there any way we can integrate VirtualBox code?
Luis roel
moderator of the spanish pearpc.net forum
I got PearPC and it was good.....
I got a Mac and it was awsome! (Hexley is Cool)
iMac 2.0Ghz Quadrouple boot:
Tiger-Opendarwin-Yellowdog Linux)
[img:8aa42d5fda]http://www.danasoft.com/sig/DeathRay.jpg[/img:8aa42d5fda]
phaseon
Regular
Regular
 
Posts: 67
Joined: Tue Jul 06, 2004 8:17 pm
Location: USA

Next

Return to PearPC Development

Who is online

Users browsing this forum: No registered users and 2 guests