• 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

    • Adobe Acrobat Reader DC 2026.001.21651 by Razvan Serea Adobe Acrobat Reader DC software is the free, trusted standard for viewing, printing, signing, and annotating PDFs. Its the only PDF viewer that can open and interact with all types of PDF content – including forms and multimedia. It’s connected to Adobe Document Cloud – so you can work with PDFs on computers and mobile devices. Adobe Document Cloud is a revolutionary, modern and efficient way to get work done with documents in the office, at home or on-the-go. At the heart of Document Cloud is the all-new Adobe Acrobat DC, which will take e-signatures mainstream by delivering free e-signing with every individual subscription. Document Cloud includes a set of integrated services that use a consistent online profile and personal document hub. With Adobe Document Cloud, people will be able to create, review, approve, sign and track documents whether on a desktop or mobile device. Businesses will be able to take advantage of Document Cloud for enterprise which provides enterprise-class document services that integrate into systems of record such as CRM, HCM, CLM, and CMS, adding speed, efficiency and transparency to getting business done with documents. Adobe Acrobat Reader DC new feature highlights: Work with PDFs from anywhere with the new, free Acrobat DC mobile app for Android or iOS. Select functionality is also available on Windows Phone. Use the new Fill & Sign tool in your desktop software to complete PDF forms fast with smart autofill. Download the free Adobe Fill & Sign mobile app to add the same option to your iPad or Android tablet device. Save money on ink and toner when printing from your Windows PC. Store and access files in Adobe Document Cloud with 5GB of free storage. Get instant access to recent files across desktop, web, and mobile devices with Mobile Link. Sync your Fill & Sign autofill collection across desktop, web, and iPad devices. Adobe PDF Pack premium features includes: Convert documents and images to PDF files. Use your mobile device camera to take a picture of a paper document or form and convert it to PDF. Turn PDFs into editable Microsoft Word, Excel, PowerPoint, or RTF files. Combine multiple files into a single PDF (web only). Get signatures from others with a complete e-signature service. Send, track, and confirm delivery of documents electronically instead of using fax or overnight services (tracking not available on mobile). Store and access files online with 20GB of storage. Download: Adobe Acrobat Reader DC 64-bit | 719.0 MB (Freeware) Link: Adobe Acrobat Reader DC Home Page | Release Notes | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • The consumer ESU is ending in 4 months. LTSC isn't now, never has been, and never will be for consumer use, it is for OT usage - plant machinery, medical devices, manufacturing equipment etc. LTSC requires a Microsoft EA. You can't legally obtain LTSC to run on your PC at home.
    • Hmm actually looks decently interesting!  
    • Being on GitHub doesn't make something safe. Like any unofficial scripts to do x or y this caters to people with just enough knowledge to be dangerous. If you want to do what this does, and you actually know what you're doing then write your own script (or maybe just add the reg keys yourself) if you don't have the ability to read and understand what a script is doing, and especially don't run it with elevated privileges. Or in this case just use an MSA, sign up the normal route, and stop trying to push water up hill
  • Recent Achievements

    • Week One Done
      JKR earned a badge
      Week One Done
    • 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
  • Popular Contributors

    1. 1
      +primortal
      488
    2. 2
      PsYcHoKiLLa
      271
    3. 3
      Skyfrog
      75
    4. 4
      Steven P.
      68
    5. 5
      FloatingFatMan
      64
  • Tell a friend

    Love Neowin? Tell a friend!