• 0

Running Mac OS X on x86 PC!


Question

Recommended Posts

  • 0
Woohoo!

I got it working! I changed some values in the config file and now it works!

Actually I set the boot method to "auto", then I played around with my slave drive files (I enabled the OS X Install CD1) and enabled the Realtek network adapter.

Then, suddenly it worked. It must be a miracle!

But I got another question regarding PearPC:

Can you adjust the RAM to 768MB RAM and what is the hex equivalent to 768?

Hopefully I helped lol

:whistle:

Link to comment
Share on other sites

  • 0
Where the hell did you all get panther from, dont tell me you paid ?100 for it from the apple shop.....

hell my discs were scratched up / lost, i orderd 9.2, 10.2, 10.3 from school for free:))

Link to comment
Share on other sites

  • 0
Woohoo!

I got it working! I changed some values in the config file and now it works!

Actually I set the boot method to "auto", then I played around with my slave drive files (I enabled the OS X Install CD1) and enabled the Realtek network adapter.

Then, suddenly it worked. It must be a miracle!

But I got another question regarding PearPC:

Can you adjust the RAM to 768MB RAM and what is the hex equivalent to 768?

there ya go ..

https://www.neowin.net/forum/index.php?showtopic=167708

768(Dec) = 300(Hex)

So to get 768 megs of RAM you have to type -> memory_size=0x30000000

Link to comment
Share on other sites

  • 0

hmm, stiil trying to get ppc-sdl to work, still failing. when i open the stdout file in my pearpc directory, i get the following message:

[iO/IDE] <Error> macosx_6gb_unjournaled.img: could not open file (No error)

any ideas? suggestions?

again, here's my config:

#ppc_start_resolution = 4

#fs_refresh_rate = 60

redraw_interval_msec = 40

prom_bootmethod = "select"

prom_env_bootargs = ""

prom_env_machargs = ""

#prom_driver_graphic = "video.x"

memory_size=0x10000000

pci_ide0_master_installed = 1

pci_ide0_master_image = "macosx_6gb_unjournaled.img"

pci_ide0_master_type = "hd"

pci_ide0_slave_installed = 1

pci_ide0_slave_image = "macosx.iso"

pci_ide0_slave_type = "cdrom"

pci_rtl8139_installed = 1

pci_rtl8139_mac = "de:ad:ca:fe:12:34"

pci_usb_installed = 1

nvram_file = "nvram"

Link to comment
Share on other sites

  • 0

Okay, Beta 1 Release 2 is hot off the compiler. :cool:

- Added a Tray Icon, and PearPCFront now minimizes to the system tray

- Changed the way configuration files are generated. Instead of generating PearPC configuration files on the fly, PearPCFront now reads a template file in [installDir]\template.ppcfg. This way, you can change the way PearPCFront generates your configuration if a new feature is added and I don't release a new build quick enough :-).

- Added an "SDL" option. Since the SDL build uses text files for output (instead of outputting directly to the console), the method in which I read the output needs to change. Settings SDL to True will make the Session Log show the appropriate information.

- Added the resolution choice "Not Specified". In the SDL Build, when a resolution isn't specified, you can change resolutions on the fly :-).

- Properly associated ".ppcml" PearPCFront configuration files to PearPCFront! (Wow, InstallShield made that complicated..)

- The 'Hard Disk Creation Wizard' now works :-). Sorry about the error in the last build.

- In addition to fixing the Disk Creation, the Disk Creation no longer writes 0's on the entire image.

- 'video.x' error's have been corrected.

- "File -> Exit" now works (whoops :-P)

- "File -> Save As" now updates the file location line on the Virtual Machine page.

- Probably more fixes, but my memory is just as good as 10 year old fast page memory modules ;-).

View: Homepage

Download: Here

Screenshot below:

post-12-1086319203.jpg

Link to comment
Share on other sites

  • 0

Bedtime.. Post comments and bugs and I'll get back to you guys in the mornin ;-)

Maybe Neowin can post something in the Software Releases forum? I think it would be good for the popularity of PearPC.

Link to comment
Share on other sites

  • 0

im trying to make a disk image using^ and its stuck at the begining. anyone else?

Edit:doh, the bug still stands however, the status bar does not move. however, i just noticed that the text changed to "finished" instead of "creating"

Link to comment
Share on other sites

  • 0

&lt;?xml version="1.0"?&gt;
&lt;PearPCProperties xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.tekmaven.nu/PearPCFront"&gt;
  &lt;Name&gt;Untitled PearPC Configuration&lt;/Name&gt;
  &lt;BootMethod&gt;Select&lt;/BootMethod&gt;
  &lt;Resolution&gt;640x480x15&lt;/Resolution&gt;
  &lt;RefreshRate&gt;30&lt;/RefreshRate&gt;
  &lt;RedrawInterval&gt;60&lt;/RedrawInterval&gt;
  &lt;GraphicDriver&gt;video.x&lt;/GraphicDriver&gt;
  &lt;MemorySize&gt;256&lt;/MemorySize&gt;
  &lt;IDEMasterType&gt;Hard Disk&lt;/IDEMasterType&gt;
  &lt;IDEMasterImage&gt;C:\osx\osx.img&lt;/IDEMasterImage&gt;
  &lt;IDESlaveType&gt;CD-Rom&lt;/IDESlaveType&gt;
  &lt;IDESlaveImage&gt;C:\Panther.iso&lt;/IDESlaveImage&gt;
  &lt;NVRamFile&gt;nvram&lt;/NVRamFile&gt;
&lt;/PearPCProperties&gt;

whats wrong with this settings cus its not working?

Link to comment
Share on other sites

  • 0
hmm, stiil trying to get ppc-sdl to work, still failing. when i open the stdout file in my pearpc directory, i get the following message:

[iO/IDE] <Error> macosx_6gb_unjournaled.img: could not open file (No error)

any ideas? suggestions?

again, here's my config:

#ppc_start_resolution = 4

#fs_refresh_rate = 60

redraw_interval_msec = 40

prom_bootmethod = "select"

prom_env_bootargs = ""

prom_env_machargs = ""

#prom_driver_graphic = "video.x"

memory_size=0x10000000

pci_ide0_master_installed = 1

pci_ide0_master_image = "macosx_6gb_unjournaled.img"

pci_ide0_master_type = "hd"

pci_ide0_slave_installed = 1

pci_ide0_slave_image = "macosx.iso"

pci_ide0_slave_type = "cdrom"

pci_rtl8139_installed = 1

pci_rtl8139_mac = "de:ad:ca:fe:12:34"

pci_usb_installed = 1

nvram_file = "nvram"

This error just simple indicates that the path to your .img file is not correct..

Link to comment
Share on other sites

  • 0
&lt;?xml version="1.0"?&gt;
&lt;PearPCProperties xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.tekmaven.nu/PearPCFront"&gt;
 ?&lt;Name&gt;Untitled PearPC Configuration&lt;/Name&gt;
 ?&lt;BootMethod&gt;Select&lt;/BootMethod&gt;
 ?&lt;Resolution&gt;640x480x15&lt;/Resolution&gt;
 ?&lt;RefreshRate&gt;30&lt;/RefreshRate&gt;
 ?&lt;RedrawInterval&gt;60&lt;/RedrawInterval&gt;
 ?&lt;GraphicDriver&gt;video.x&lt;/GraphicDriver&gt;
 ?&lt;MemorySize&gt;256&lt;/MemorySize&gt;
 ?&lt;IDEMasterType&gt;Hard Disk&lt;/IDEMasterType&gt;
 ?&lt;IDEMasterImage&gt;C:\osx\osx.img&lt;/IDEMasterImage&gt;
 ?&lt;IDESlaveType&gt;CD-Rom&lt;/IDESlaveType&gt;
 ?&lt;IDESlaveImage&gt;C:\Panther.iso&lt;/IDESlaveImage&gt;
 ?&lt;NVRamFile&gt;nvram&lt;/NVRamFile&gt;
&lt;/PearPCProperties&gt;

whats wrong with this settings cus its not working?

I'm not sure...? What's the error?

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.