• 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:

  • 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

  • 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"

  • 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

  • 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?

  • 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..

  • 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?

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

    • No registered users viewing this page.
  • Posts

    • Thanks, Sony and Nintendo, you effectively killed platform-agnostic gaming. Long gone are the days when you could wish to play a specific game on whatever platform you were. Now, you have to buy the hardware just to play that single game. What, you're only interested in THAT game and nothing more? Bad luck, suck it and buy our console.
    • The AI data centers need it more than us so...let them gobble it all up at that price!
    • "CRAZIER than ever!" Crazy Taxi: World Tour is officially coming soon by Pulasthi Ariyasinghe Sega announced it is working on bringing back some of its classic franchises in 2023, and while it has taken some time, the company finally gave fans a look at one of these new projects at the Xbox Games Showcase today, which turned out to be a brand-new Crazy Taxi entry. Watch the debut trailer above, which has snippets of gameplay in between the cinematic bits while blasting a track from The Offspring. Dubbed Crazy Taxi World Tour, this installment is aptly being described as being "CRAZIER than ever!" The director behind the original, Kenji Kanno, is helming this new entry as well, which will come with access to five new cities to drive in, competitive multiplayer modes, a vehicle customization system, and more. Axel is returning as a protagonist as well, but this time a mystery driver is offering him the opportunity to take his adventures to the streets in other countries. This will involve Axel chasing down masked villains that have somehow stolen his taxi, which means even more extreme missions and challenges to overcome. "From transporting passengers at top speed to tackling unique side missions and odd jobs across dynamic maps, there are countless ways to drive crazy and rake in big money," says Sega about this new installment after over 20 years. "Perform outrageous drifts, catch insane air, and drive at crazy speeds across five different cities as you work to deliver passengers and complete a variety of missions and challenges." The studio has even confirmed an in-game Arcade Mode that players will be able to access containing the original games for plenty of nostalgic action. Crazy Taxi: World Tour is currently slated to release sometime in 2027 across PC, Xbox Series X|S, PlayStation 5, and Nintendo Switch 2.
    • This and Crazy Taxi are the two games that interested me the most from this showcase.
    • Good, because the nonstop chattering from the voices in her head made me quit the second game.
  • Recent Achievements

    • Proficient
      Eric Biran went up a rank
      Proficient
    • Dedicated
      Conjor earned a badge
      Dedicated
    • Week One Done
      Windows Guy earned a badge
      Week One Done
    • Dedicated
      Mark Spruce earned a badge
      Dedicated
    • Collaborator
      conkir earned a badge
      Collaborator
  • Popular Contributors

    1. 1
      +primortal
      492
    2. 2
      PsYcHoKiLLa
      247
    3. 3
      Steven P.
      72
    4. 4
      +Edouard
      68
    5. 5
      ATLien_0
      67
  • Tell a friend

    Love Neowin? Tell a friend!