• 0

Running Mac OS X on x86 PC!


Question

Recommended Posts

  • 0

# 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 = 8

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 = "force"

#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_machargs = ""

#

# 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 = 0x00176604

#

# Main memory (default 128 MiB)

# must be >= 64 MiB

#

memory_size=0x14000000

#

# 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)

#

#pci_3c90x_installed = 0

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

#pci_rtl8139_installed = 1

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

#

# USB

#

pci_usb_installed = 1

#

# NVRAM

#

nvram_file = "nvram"

  • 0
The status bar says "1 of 1 selected, 380KB." Where are the other 9.5MB of support libraries? How do I "install" this program to my hard disk?

the 380KB is the space advailable on the Disk Image. Not the size of the app. And the App is self contained. So all you need to do is Drag and Drop. (Can't do that on a Win now can you?)

  • 0
Too bad I have no way of obtaining OSX CDs  :cry:

You'll find the answr in the death of a star.

Hint: they are supr bright when they collapse, you know. ;)

BTW, for those of you with Pentium 4's, try turning off HyperThreading. Since PearPC is not HT-enabled, you'll only be getting 50% of your CPU's available horsepower. With HT off, you get 100%.

  • 0
Ebay

True.

But I rather getting it from friend than paying $$$ just to be able to emulate it (not even sure it will work). I'll pay for OSX the day I will have a MAC.

p.s: 'getting it from a friend' == lending it to me, no copying involved.

p.s: don't bother saying that 'lending it to me' is still illegal. If a friend would ask you to lend him your WinXP CD to format... would you turn him down telling him to go buy it ? Of course not :rofl:

  • 0
Mac are the ONLY way to LEGALLY run OSX. And a Mac would probably be cheaper than Apple sueing you for breaking the license agreement that you agreed to.

The Apple marketing team should see this as a very nice opportunity to get PC people to choose MAC tomorrow. IF MAC OS X is that good that they claim, people trying this might change system next time.

See it like this.

Would any private person that today use PC choose MAC without trying?

Would any company use the MAC version of Photoshop running PearPC instead of the PC version?

Would any person PearPC professionally as a MAC instead of using the PC running equivalent PC program?

I think that all questions are answered with "no" and that the Apple people should be happy and see this as an opportunity for a larger market share.

But, logical thinking and MAC-baptised people does not always stick together ?

My 0.2$ ...

Now, could someone help me get my TAP-card into MAC OS X?

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

    • No registered users viewing this page.
  • Posts

    • JetBrains launches Rider 2026.2 EAP 5, bringing several AI improvements by David Uzondu JetBrains has released the fifth EAP version of Rider 2026.2, bringing a faster startup flow with the new non-modal startup screen and quality-check hooks for Claude Code and Codex. In the latest EAP release, Rider now has newly bundled "quality-check" hooks that run background tests on code edits before the external agent proceeds. For example, after Claude Code rewrites a class, Rider immediately triggers a PostToolUse hook that analyzes the code for syntax errors and formatting warnings. It then passes those findings back to the model as feedback, allowing the agent to fix its own output before finalizing the task. If Rider detects compilation errors, the IDE prevents the agent from treating the task as complete, while minor formatting warnings simply help guide the model toward better output. The "Explain with AI" feature can now tackle tricky build errors directly from the console, helping .NET developers who frequently wrestle with multi-targeting failures and MSBuild errors. JetBrains introduced Explain with AI back in the 2024.1 release cycle. With this feature, instead of forcing developers to copy long diagnostics into a separate chat window, Rider now lets you trigger these explanations directly from the error source. In similar EAP news, JetBrains recently opened the first EAP for IntelliJ IDEA 2026.2, with features that appeal to both those who are into AI-assisted coding and those who prefer "classic" manual development. For manual developers, the release adds revamped dependency completion for Maven and Gradle build scripts, which pulls data directly from the local cache to suggest relevant versions. It also brings the Spring Debugger update, displaying security indicators next to endpoints to visualize secured routes during runtime. In addition to database migration tools for Flyway and Liquibase, this build introduces a Hibernate debugger that shows the exact SQL or HQL queries that the framework plans to execute, letting developers jump directly to the Java code that triggered them.
    • I have updated my Series 9 Watch so I assume there is either a mistake in what was said, or as suggested - the new AI feature set isn’t supported on anything other than those listed above.
  • Recent Achievements

    • Very Popular
      Captain_Eric earned a badge
      Very Popular
    • One Month Later
      amusc earned a badge
      One Month Later
    • One Month Later
      DJC50PLUS earned a badge
      One Month Later
    • Week One Done
      DJC50PLUS earned a badge
      Week One Done
    • Proficient
      Eric Biran went up a rank
      Proficient
  • Popular Contributors

    1. 1
      +primortal
      502
    2. 2
      PsYcHoKiLLa
      222
    3. 3
      ATLien_0
      87
    4. 4
      Steven P.
      80
    5. 5
      +Edouard
      80
  • Tell a friend

    Love Neowin? Tell a friend!