• 0

Running Mac OS X on x86 PC!


Question

Recommended Posts

  • 0

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"

  • 0

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"

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

  • 0
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. :D

how about not posting the whole darn file but only the relevant lines from the file ? ;)

  • 0

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

Edited by T0Y S0LDIER
  • 0

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 sente:woot:oot:

  • 0
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 sente:woot:oot:

Whats so special?

  • 0
Whats so special?

direct x support :woot:

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

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

    • No registered users viewing this page.
  • Posts

    • [Price Drop] PDF Expert for Mac v3 is still half off by Steven Parker Today's highlighted deal comes via our Apps + Software section of the Neowin Deals store, where for only a limited time you can save 42% on PDF Expert One-Time Purchase. PDFs remain the best way to transmit documents, but editing them isn't possible with standard Mac software. PDF Expert changes that, allowing you to edit PDF text, images, links, and outlines quickly and easily. Typo in a contract? Easy fix. Need to rework a complete section of a document? No problem. PDF Expert provides a series of essential functions that will transform the way you work with documents on your Mac. It recognizes text and OCR, makes edits, and fills out forms. And with the “Enhance” feature powered by AI, it will fix distortions, remove shadows and improve contrast so that even difficult-to-read documents look great. EDIT Change the text. Easily fix typos, update numbers, or add entire paragraphs Insert images. Update logos in a contract or add a new graph to a report Add links. Enrich your PDFs by linking to other pages or external websites ANNOTATE Highlight the important. Make the most valuable content stand out at a glance Comment on PDFs. Add text to PDFs, insert pop-up notes & write your thoughts in the margins Add stamps. Review documents with our set of stamps or create custom stamps for any workflow ORGANIZE Merge PDFs. Combine multiple files into one PDF document Manage pages. Add, delete, rearrange, or rotate PDF pages with ease Split PDFs. Extract pages from PDFs & save them as separate files CONVERT Convert to PDF. Turn JPG, PNG, Word, PPT, and Excel to PDF PDF to Word. Convert PDFs into editable Word documents PDF to image. Turn PDFs into JPG or PNG images PDF to Excel. Convert PDFs into Excel spreadsheets PDF to PPT. Save PDFs as PowerPoint presentations PDF to text. Convert PDFs into editable TXT files FILL OUT Fill out PDF forms. Easily fill out PDF forms by just clicking on them Sign documents. Add your signature to a PDF in a few clicks. Let customers sign documents with handy one-time signatures Redact PDFs. Blackout or erase confidential information from your documents RECOGNIZE TEXT OCR text in PDF. Recognize the text, so you can search, highlight & copy it Enhance scans. Fix distortions, remove shadows & improve contrast Crop & split pages. Split double-page scans into separate pages & remove undesired margins Good to know: Length of access: Lifetime Redemption deadline: redeem your code within 30 days of purchase Access options: Mac Max number of device(s): Unlimited usage on personal macOS devices Version: PDF Expert 3 for Mac (macOS) Updates: Get continuous support and bug fixes. Additional new features may come at an extra cost. PDF Expert One-Time Purchase normally costs $139.99, but you can pick it up for just $69.97 for a limited time, that represents a saving of $70 (50% off). For a full description, specs, and license info, click the link below. Deal Price One time cost now only $69.97 (was $139.99) Although priced in U.S. dollars, this deal is available for digital purchase worldwide. Support queries If you have queries or need support for any of the Neowin Deals, please use the contact form here. Neowin Deals are managed and sold by StackCommerce who represent Neowin on an affiliate basis. We post these because we earn commission on each sale so as not to rely solely on advertising, which many of our readers block. It all helps toward paying staff reporters, servers and hosting costs. Other ways to support Neowin Whitelist Neowin by not blocking our ads Create a free member account to see fewer ads Make a donation to support our day to day running costs Subscribe to Neowin - for $14 a year, or $28 a year for an ad-free experience Disclosure: Neowin benefits from revenue of each sale made through our branded deals site powered by StackCommerce.
    • Indeed - drives me mad - usually because Refresh is hidden in the full menu.
    • Firefox has had rounded corners for many years. I take it you're not a fan of modern browsers?
    • The problem is in the fundamentals of how businesses are allowed to operate and the change should happen in the basics and certain consumer friendly and moral practices should be enforced by law. This would fix so many things, not just this ages old default browser issue which is a tiny drop in the backut that includes a flood of privacy and other issues.
  • Recent Achievements

    • Collaborator
      conkir earned a badge
      Collaborator
    • Rising Star
      olavinto went up a rank
      Rising Star
    • One Month Later
      lamborghiniv10 earned a badge
      One Month Later
    • Week One Done
      lamborghiniv10 earned a badge
      Week One Done
    • Reacting Well
      X-No-file earned a badge
      Reacting Well
  • Popular Contributors

    1. 1
      +primortal
      504
    2. 2
      PsYcHoKiLLa
      271
    3. 3
      +Edouard
      75
    4. 4
      Skyfrog
      74
    5. 5
      Steven P.
      71
  • Tell a friend

    Love Neowin? Tell a friend!