Help - Search - Members - Calendar
Full Version: Running Mac OS X on x86 PC!
Neowin Forums > Help & Discussion Center > Software Discussion & Assistance
Pages: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65
Dazzla
I presume you've got a Hard Drive image at:

C:\PearPC\HD-OS-X-Panther-PREP.img

and the OSX Iso at:

C:\PearPC\OSX_CD1.iso

?
santiagomedinasaenz
yes i have those files at those locations.
is that wrong?
T0Y S0LDIER
Quote - (santiagomedinasaenz @ Jun 5 2004, 16:01)
yes i have those files at those locations.
is that wrong?

set your pci slave to 0 if you have already installed the OS and change prom_bootmethod = "auto" to prom_bootmethod = "". see what that does for ya.

TS
santiagomedinasaenz
do you mean something like these?


## PearPC Configuration File

##
## Resolution
##
## 0: 640x480x8 (indexed)
## 1: 640x480x15
## 2: 640x480x32
## 3: 800x600x8 (indexed)
## 4: 800x600x15
## 5: 800x600x32
## 6: 1024x768x8 (indexed)
## 7: 1024x768x15
## 8: 1024x768x32
##
## The indexed modes are unsupported.
##
## default: 4

ppc_start_resolution = 4
fs_refresh_rate = 60
##
## Redraw interval (in ms)
## must be between 1 and 999
##
## If you set this higher, PearPC will spend less time doing redraws (and so run faster)
## but feel less responsive. You should adjust this to your computer speed and personal
## preference.
##

redraw_interval_msec = 40

##
## Loader
##

##
## Boot method
## this can be
## 1. "auto", prom will boot the first bootable partition found (default)
## 2. "select", prom will show you a list of bootable partitions
## 3. "force", prom will load and boot the local file prom_loadfile
##

prom_bootmethod = "auto"

## Example of how to use "force":

#prom_bootmethod = ""
#prom_loadfile = "test/yaboot"
#prom_env_bootpath = "disk"

##
## bootargs: don't change unless you know what you are doing
## machargs: set to "-v" to get a verbose startup
##

#prom_env_bootargs = ""
prom_env_machargs = "-v"

##
## This is needed if you want to boot Mac OS X
##
prom_driver_graphic = "video.x"

## This will adjust the position of the initial page table (don't change)

#page_table_pa = 104857600

##
## CPU Config
##
## Processor Version Register
## Defaults to 0x00088302
## Only change if you know want you are doing
##

#cpu_pvr = 0x00088302


##
## Main memory (default 128 MiB)
## must be >= 64 MiB
##

#memory_size=0x8000000

##
## IO Devices
##

##
## PCI IDE Config
##
## Drive type will be set according to file extension:
## .img: Harddisk (filesize must be multiple of 516096)
## .iso: CD-Rom
## Or you can override this by specifying the type via
## pci_ide0_master_type / pci_ide0_slave_type

pci_ide0_master_installed = 1
pci_ide0_master_image = "C:\PearPC\HD-OS-X-Panther-PREP.img"
#pci_ide0_master_type = "hd"

pci_ide0_slave_installed = 0
pci_ide0_slave_image = "C:\PearPC\OSX_CD1.iso"
pci_ide0_slave_type = "cdrom"

##
## Network (unavailable on windows)
##
## Choose one of the cards

#pci_3c90x_installed = 0
#pci_3c90x_mac = "de:ad:ca:fe:12:34"

#pci_rtl8139_installed = 0
#pci_rtl8139_mac = "de:ad:ca:fe:12:35"

##
## USB
##
pci_usb_installed = 1

##
## NVRAM
##
nvram_file = "nvram"
T0Y S0LDIER
try this one

## PearPC Configuration File

##
## Resolution
##
## 0: 640x480x8 (indexed)
## 1: 640x480x15
## 2: 640x480x32
## 3: 800x600x8 (indexed)
## 4: 800x600x15
## 5: 800x600x32
## 6: 1024x768x8 (indexed)
## 7: 1024x768x15
## 8: 1024x768x32
##
## The indexed modes are unsupported.
##
## default: 4

ppc_start_resolution = 4
fs_refresh_rate = 60
##
## Redraw interval (in ms)
## must be between 1 and 999
##
## If you set this higher, PearPC will spend less time doing redraws (and so run faster)
## but feel less responsive. You should adjust this to your computer speed and personal
## preference.
##

redraw_interval_msec = 40

##
## Loader
##

##
## Boot method
## this can be
## 1. "auto", prom will boot the first bootable partition found (default)
## 2. "select", prom will show you a list of bootable partitions
## 3. "force", prom will load and boot the local file prom_loadfile
##

prom_bootmethod = ""

## Example of how to use "force":

#prom_bootmethod = "auto"
#prom_loadfile = "test/yaboot"
#prom_env_bootpath = "disk"

##
## bootargs: don't change unless you know what you are doing
## machargs: set to "-v" to get a verbose startup
##

#prom_env_bootargs = ""
prom_env_machargs = "-v"

##
## This is needed if you want to boot Mac OS X
##
prom_driver_graphic = "video.x"

## This will adjust the position of the initial page table (don't change)

#page_table_pa = 104857600

##
## CPU Config
##
## Processor Version Register
## Defaults to 0x00088302
## Only change if you know want you are doing
##

#cpu_pvr = 0x00088302


##
## Main memory (default 128 MiB)
## must be >= 64 MiB
##

#memory_size=0x8000000

##
## IO Devices
##

##
## PCI IDE Config
##
## Drive type will be set according to file extension:
## .img: Harddisk (filesize must be multiple of 516096)
## .iso: CD-Rom
## Or you can override this by specifying the type via
## pci_ide0_master_type / pci_ide0_slave_type

pci_ide0_master_installed = 1
pci_ide0_master_image = "C:\PearPC\HD-OS-X-Panther-PREP.img"
#pci_ide0_master_type = "hd"

pci_ide0_slave_installed = 0
pci_ide0_slave_image = "C:\PearPC\OSX_CD1.iso"
pci_ide0_slave_type = "cdrom"

##
## Network (unavailable on windows)
##
## Choose one of the cards

#pci_3c90x_installed = 0
#pci_3c90x_mac = "de:ad:ca:fe:12:34"

#pci_rtl8139_installed = 0
#pci_rtl8139_mac = "de:ad:ca:fe:12:35"

##
## USB
##
pci_usb_installed = 1

##
## NVRAM
##
nvram_file = "nvram"
jedavis1
Quote - (santiagomedinasaenz @ Jun 5 2004, 20:28)
do you mean something like these?


## PearPC Configuration File

##
## Resolution
##
etc.
blah
etc.

Your problem I think isn't with your HD images and CD iso's, if it didn't find those, you wouldn't get to the grey screen. The problem I beleive is this line:

##
## bootargs: don't change unless you know what you are doing
## machargs: set to "-v" to get a verbose startup
##

#prom_env_bootargs = ""
prom_env_machargs = "-v"


You should turn off verbose startup, sometimes it causes things to hang. It should be this:

##
## bootargs: don't change unless you know what you are doing
## machargs: set to "-v" to get a verbose startup
##

prom_env_bootargs = ""

Also, let it sit for a few minutes, mine always gets this, but only for a second or two. Longer if I just install or upgrade something.

HTH,

Jon
santiagomedinasaenz
well i tried it but still

the gry screen has been ther for over 3 hs
santiagomedinasaenz
any ideas?
santiagomedinasaenz
Do you think it could be that there were two instalation CD's and i only made an .iso from one of them?
Emon
Quote - (santiagomedinasaenz @ Jun 5 2004, 15:12)
any ideas?

use the EDIT button next time .. double posting isnt a good practice here smile.gif

as for your problem .. I'd recommend re-installing OS X on a fresh image file
santiagomedinasaenz
thanks
eaglebtc
Could everyone please click the "go advanced" button and attach TXT files of their configurations instead of posting the raw text into the post? It saves wear and tear on the mouse scroll wheel. biggrin.gif
Emon
Quote - (eaglebtc @ Jun 5 2004, 15:23)
Could everyone please click the "go advanced" button and attach TXT files of their configurations instead of posting the raw text into the post? It saves wear and tear on the mouse scroll wheel. biggrin.gif

how about not posting the whole darn file but only the relevant lines from the file ? wink.gif
T0Y S0LDIER
heh, im at work and trying to post between calls, sorry guys. if i was at home, i would paste the file as a .txt to download or would take the time to edit the lines and just post those, but it was easier just to throw the whole file up on the inbetween.

TS

<<edit>>
.Joa
Now talking in #pearpc.
»»»» Topic is 'http://pearpc.net | Windows Network Guide: http://dev.realistanew.com/win32net | Nightly CVS Builds and SDL Builds: richardgoodwin.com/pearpc | PearPC conceptual logos: http://pearpc.sourceforge.net/wiki/index.php?Logos | Win32 SDL with DX- http://www.pnosker.com/ppc.sdl-DXtest.exe

Look at the last sentence w00t.gif
banli
Ok, i haven't been keeping up with this topic.

can someone please tell me if its possible to use networking in 10.1 yet?
ForeverUnknown
it's possible
banli
Its possible in os 10.1?

uh, is there any site that says how? i follow this site and cant figure it out...
klop
Quote - (joa @ Jun 5 2004, 18:47)
Now talking in #pearpc.
»»»» Topic is 'http://pearpc.net | Windows Network Guide: http://dev.realistanew.com/win32net | Nightly CVS Builds and SDL Builds: richardgoodwin.com/pearpc | PearPC conceptual logos: http://pearpc.sourceforge.net/wiki/index.php?Logos | Win32 SDL with DX- http://www.pnosker.com/ppc.sdl-DXtest.exe

Look at the last sentence w00t.gif

Whats so special?
FatCat
Quote - (klop @ Jun 5 2004, 18:23)
Whats so special?

direct x support w00t.gif

[edit]

No matter what I do I can't get networking to run , there are at least 3 guides out and they all offer conflicitng ways to get it to work, I'm confused as to what I need to set the ip/dns to, if I set those to the same as the nat adapter osx says its being used by the adapter, otherwise it says it's online with a green light but I still can't connect? what gives?
klop
Its SDL version and I didnt see visual improvements... Animations are slow and sluggish...
It will become smoother and more useable!
ForeverUnknown
it all takes time
Tekmaven
I'm just wondering.. about how many people are using my GUI? Does anyone have any problems? LOL.. I don't get any feedback.. I think I'm the only one using it... lol
eaglebtc
Tekmaven - I tried it. Works fine! It's using an outdated version of PPC though. smile.gif
klop
I'm using it and I really like it. I was making a small bug list. wink.gif
I will let you know soon!
niteowl
I'm not going to bother with the SDL build until it is significantly better than the optimized nightly builds.

I am installing OS X again (new disk image). I think I'll try enabling networking when it's complete. smile.gif
santiagomedinasaenz
Well guys remember you told me i had to start all over againg getting another image. The thing is that that is what i did but now i have another problem

Look at the pic. I don't know wot it wrong but when i run ppc these apears


any ideas of why is these happening?
aka JAWheat411
Quote - (Tekmaven @ Jun 5 2004, 22:52)
I'm just wondering.. about how many people are using my GUI? Does anyone have any problems? LOL.. I don't get any feedback.. I think I'm the only one using it... lol

I am using it TEK
WIth the newest SDL version of PPC no doubt. wink.gif
I have tried other front end's I prefer yours. Thanks and keep up the good work.
niteowl
Quote - (Tekmaven @ Jun 6 2004, 03:52)
I'm just wondering.. about how many people are using my GUI?  Does anyone have any problems? LOL.. I don't get any feedback.. I think I'm the only one using it... lol


I never could get your GUI to work all the way. The creating a hard disk image part works great though smile.gif

Always when I press "Run this PearPC", the little green arrow to the right of the link turns red and nothing happens.






I use PearGUI right now for my config files and that seems to work alright.
santiagomedinasaenz
Quote - (niteowl @ Jun 6 2004, 05:21)
I never could get your GUI to work all the way. The creating a hard disk image part works great though smile.gif

Always when I press "Run this PearPC", the little green arrow to the right of the link turns red and nothing happens.






I use PearGUI right now for my config files and that seems to work alright.

Yea the same thing happens to me. I mean i'm not even running pearpc at all i really need some help coze i'm getting really frustraited

does anyboddy have anyt idea about the post that i did up there? with the pic
Briandl79
Quote - (Tekmaven @ Jun 6 2004, 03:52)
I'm just wondering.. about how many people are using my GUI? Does anyone have any problems? LOL.. I don't get any feedback.. I think I'm the only one using it... lol

I'm not, it's not that difficult that I would need an entirely seperate program just to change the settings....
eaglebtc
I'm having a problem copying files from my network drive to the Mac. I'm using Panther 10.3.4 with the bridging enabled in Windows. I can surf the net on the Mac, so I know everything is configured correctly.

I've shared "D:\TEMP" on the Windows box, and so in the Mac I go to "smb://192.168.0.101" to make a connection with my PC. Soon I am prompted for the username and password, then I get to choose which volume / share I would like to mount. I choose "TEMP" from the list and Macintosh happily mounts the drive on my desktop.

The problem comes when I try to copy a file from the networked Windows drive to the Macintosh. I get the following error message:



If I press OK, the Mac tries, albeit unsuccessfully, to reestablish contact with the PC. It cannot do this, so I am forced to disconnect the volume and remount it. I double checked my permissions on that shared folder; all Administrators have access, and the Mac is using a passworded dummy account that belongs to the Admnistrators group. This is to ensure that it has full access to the hard drive.



Now, on the opposite side of the spectrum, I cannot get all the way into my shared folder on the Mac from Windows. In Windows, I can go to \\192.168.21.102 (the Mac) and Windows prompts me for a username and password.

Then I see a window with two icons: a folder called "\bradleyc" (my account name) and a printers/faxes icon. I double-clicked the first icon and waited. And waited. And waited.

Finally Windows gives up and says that the resource is no longer available. realmad.gif
Oneill
Just tested that DirectX SDL test and i couldnt see any discernable differences, at least not that i could tell.
jdkramar
Quote - (santiagomedinasaenz @ Jun 6 2004, 04:30)
any ideas of why is these happening?

change from

prom_env_machargs = "-v"

to

prom_env_machargs = ""
unknown
how do i use the dx sdl anyways. i run it from cmd? cause i tried it and it says i was missing sdl.dll file. im using the precompiled versions of pearpc.
phalanx126
is there a way to go fullscreen with richard goodwin's nightly builds?
jdkramar
Quote - (unknown @ Jun 6 2004, 14:53)
how do i use the dx sdl anyways. i run it from cmd? cause i tried it and it says i was missing sdl.dll file. im using the precompiled versions of pearpc.

you need to download the SDL.dll from here http://www.libsdl.org/download-1.2.php and copy it into your PearPC folder. And yes you still have run it from CMD.
aka JAWheat411
Quote - (eaglebtc @ Jun 6 2004, 02:08)
I'm having a problem copying files from my network drive to the Mac. I'm using Panther 10.3.4 with the bridging enabled in Windows. I can surf the net on the Mac, so I know everything is configured correctly.

I've shared "D:\TEMP" on the Windows box, and so in the Mac I go to "smb://192.168.0.101" to make a connection with my PC. Soon I am prompted for the username and password, then I get to choose which volume / share I would like to mount. I choose "TEMP" from the list and Macintosh happily mounts the drive on my desktop.

The problem comes when I try to copy a file from the networked Windows drive to the Macintosh. I get the following error message:

http://img26.imageshack.us/img26/249/disconnected.JPG

If I press OK, the Mac tries, albeit unsuccessfully, to reestablish contact with the PC. It cannot do this, so I am forced to disconnect the volume and remount it. I double checked my permissions on that shared folder; all Administrators have access, and the Mac is using a passworded dummy account that belongs to the Admnistrators group. This is to ensure that it has full access to the hard drive.



Now, on the opposite side of the spectrum, I cannot get all the way into my shared folder on the Mac from Windows. In Windows, I can go to \\192.168.21.102 (the Mac) and Windows prompts me for a username and password.

Then I see a window with two icons: a folder called "\bradleyc" (my account name) and a printers/faxes icon. I double-clicked the first icon and waited. And waited. And waited.

Finally Windows gives up and says that the resource is no longer available. realmad.gif

Just to let you know I am on the same page with you. I have never been able to get through a sharing session on my setup either. I get the same error.
Tekmaven
Quote - (eaglebtc @ Jun 5 2004, 23:03)
Tekmaven - I tried it. Works fine! It's using an outdated version of PPC though. smile.gif

You can update the PearPC version: its in the installdir\PearPC folder. blink.gif
unknown
well i tried the dx sdl version of pearpc and i can see much better gui speed in my opinion. although i have to set my start resolution to 0 for 640*480 to get the window seeable, and sometimes the mousedoesnt go to al the corners of the sreen. although fighting with it will work.
phalanx126
does anyone know if it's possible to have full screen with richard goodwin's pentium 4 optimized builds?
FatCat
can someone who got networking to work tell me what the hell I'm suposed to do sad.gif , were do I get the ip adress, the subnet mask the router the dhcp? were can I get that info , all tutorials have different value all of which don't work, I'm on 10.3 and have a regular always on dsl connection. Please? cry.gif
unknown
well for me netwoking only works if i bridge the two connections together. its the only way for my.
gamestargrinder
this is cool
i use remote desktop all the time on my laptop. I was thinking about doing a remote desktop from my laptop to my desktop both windows
but then i thought hey pearpc runs on the interent and my network now
so im trying to using the microsoft remote desktop program for mac osx to go from my laptop directly to mac os in pear do u think it will work
i will post a pic once i get it working
jack_canada
I couldn't get networking to work, so I can't use internet in pearpc!
I want to register a .mac trial account, but I can only register on a mac, so I tried to use pearpc to emulate a mac and register .mac, but no internet!!!!!!!!!!!
can some1 help me register a .mac trial plz?????!!!!
unknown
jack_canada did u try some of the guides that are available. if they dont work try bridging ur connection and see if that helps.
stokd
I think I may be slightly retarded...how do you turn on fullscreen? confused.gif I'm using the Richard Goodwin Athlon XP optimized nightly build. I have went back and read other pages so I don't need the "use the search button" speech tongue.gif

*edit* I found on another PearPC page that the fullscreen toggle is F12, but it doesn't go fullscreen for me, it just lets me use the OS X cursor rather than the one in Windows confused.gif
jack_canada
Quote - (unknown @ Jun 7 2004, 00:10)
jack_canada did u try some of the guides that are available. if they dont work try bridging ur connection and see if that helps.

that's what i tried, won't work
nivek7
I can't get networking to work! I've tried bridging it, sharing it and everything else! Ive followed the guides that are avaliable. The picture below is how I'm set up right now. I'm running OS X 10.3 by the way. Thanks for any help
neufuse
i see people talking about directx sdl? what is it and what are the differences
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.