• 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

    • Qmmp 2.3.3 by Razvan Serea Qmmp (Qt-based MultiMedia Player) is a free, open-source audio player that delivers a classic music listening experience with a modern foundation. Inspired by the legendary Winamp, Qmmp features a familiar, customizable interface that supports both Winamp and XMMS skins, making it instantly recognizable to long-time users. It handles a wide variety of audio formats including MP3, OGG Vorbis, FLAC, WAV, AAC, and many others, ensuring smooth playback across diverse music libraries. In addition to basic playback, Qmmp offers advanced features such as a 10-band equalizer, crossfading, gapless playback, and audio visualization plugins. Users can manage playlists efficiently, create and save multiple lists, and even enable streaming from online sources. Plugin support extends the player’s capabilities, allowing integration of features like lyrics display, ReplayGain, and more. Built with the Qt framework, Qmmp runs smoothly and efficiently, making it ideal even for older systems. 10 great QMMP features you might not know: Global Hotkeys Support – Control playback using customizable system-wide keyboard shortcuts. CUE Sheet Support – Automatically detects and plays tracks from CUE files for full album playback. Last.fm Scrobbling – Integrated support for sending playback data to Last.fm. Audio CD Playback – Play music directly from audio CDs. Command Line Interface – Control Qmmp via command-line options for scripting or automation. System Tray Integration – Minimize to and control playback from the system tray. MPRIS Support – Integration with desktop media player controls via the MPRIS (Media Player Remote Interfacing Specification) interface. Spectrum Analyzer and Oscilloscope – Built-in visualizations for real-time audio feedback. Configurable Notifications – Custom pop-ups for track changes and playback status. Multiple Output Backends – Support for ALSA, PulseAudio, JACK, and more, offering flexible audio routing. Qmmp 2.3.3 changelog: fixed build with PipeWire versions less than 0.3.50; fixed settings dialog layout; fixed default CUE encoding; fixed possible null pointer dereference; fixed tracks order when added using drag and drop (2.3.3 only); fixed uninitialized structure usage; improved sid plugin: added libsidplayfp 3.0 support; added feature to build without residfp engine; fixed memory leak; fixed displaying audio information; updated Japanese translation (2.3.3 only). Download: Qmmp 64-bit | 24.0 MB (Open Source) Download: Qmmp 32-bit | 24.1 MB View: Qmmp Homepage | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • BATorrent 3.0.3 is out.
    • The current Statcoungter desktop numbers has Google Chrome increasing it's market share this past year and currently commanding 75% share. Everybody else is just making up the numbers with even MS Edge losing 3% this past year and has dipped just below 10% share which is staggering considering it's default on every Windows deviced purchased. If these numbers are correct that terrible Edge number is both devastating and embarrassing for MS especially when you add in the terribly low Bing market share. This leads me to ask a couple of questions as the default browser holding just less than 10% market share seems really weird. It used to be that all Chromium browsers were being counted as Google Chrome in some cases.  Is this still happening? Do these high Google Chrome numbers contains some Edge user numbers?
    • Yeah, all web browsers seem to have some junk in them these days. The regular Brave browser has a lot of unnecessary stuff in it, similar to Microsoft Edge, so I don't see any benefits of using Brave over Microsoft Edge if you already have Microsoft Edge fully set up with ad blockers and that. The cleanest or best free browser outside of 'Microsoft Edge' I’ve tried so far is 'Samsung Browser'. It has very little bloat and is a nice-looking web browser with an inbuilt 'Ad blocker'. I also really like the web browser called 'Floorp' that is based on Firefox. This browser can also install Chrome extensions. I have a system wide Ad blocking program for Windows 11 that doesn't just blocks ads in the web browser, but over the whole system. I don't really need a web browser with an inbuilt ad blocker because of that.
  • Recent Achievements

    • Rookie
      moog19 went up a rank
      Rookie
    • Mentor
      grik went up a rank
      Mentor
    • Dedicated
      JKR earned a badge
      Dedicated
    • One Year In
      CHUNWEI earned a badge
      One Year In
    • Conversation Starter
      FBSPL earned a badge
      Conversation Starter
  • Popular Contributors

    1. 1
      +primortal
      491
    2. 2
      PsYcHoKiLLa
      270
    3. 3
      Skyfrog
      75
    4. 4
      Steven P.
      68
    5. 5
      FloatingFatMan
      63
  • Tell a friend

    Love Neowin? Tell a friend!