• 0

Running Mac OS X on x86 PC!


Question

Recommended Posts

  • 0
It's still version 0.1 of the emulator. Give it some time, sooner or later it will run MacOSX just like you can run Red Hat in VMWare for example.

VMWare runs on an x86 and emulates a virtual x86 environment. That's not too difficult.

It is more reasonable to assume that this software will eventually be similar in performance to VirtualPC for Mac.

http://www.microsoft.com/mac/products/virt...x?pid=virtualpc

  • 0

http://www.macosxhints.com/article.php?sto...040121135301830

you can convert a dmg to an iso. but you need a mac. and basic cli skills (terminal).

if this isn't fake, then it's going to run horribly slow. anybody remember winexpose? it brought expose from panther onto windows, but even some of the best systems were bogged down by it. i think it'll be the same way here.

  • 0
a couple of years ago when i had an CD only iBook, i managed to burn 10.1 updates on Nero... There is some way to convert it...

Im guessing that the DMG updates that you burned onto cd stayed as just DMG files and nero burned them as so, thats what i did when i downloaded some updates for my beige g3. i could be wrong though

  • 0
this may work..BUT its gonna run very very very slowly..!!! i mean your talking around an hour to boot osx..!! :/

It seems to emulate a 10MHz Mac (from the 1st screenshot).

At the moment it would be more practical to get a 16MHz Mac LC out of a garbage somewhere?

Still, if they can improve it... I'll check back in a year or two.

  • 0

I'm installing Slackware 9.1 on my laptop in hopes that the Linux version will bring more success for me.

The only problem with using my laptop (Presario 3045US) is that DRM/DRI isn't supported on my chipset (SiS650M), so it'll be closer to 750x slower. 2400MHz / 750 = 3.2MHz!

  • 0

Wow! Very impressive. I'd recommend everyone gets the source code before Apple moves in and shuts it down ;)

If this works well, it could result in Apple having to ship an x86-native version of OSX to compete. Otherwise, everyone is just going to get this and use it with pirated OSX installer.

This is huge guys and once it starts working well, I wouldn't be suprised if we see a version of Linux taliored to just run OSX.

I'm installing and configuring it now...

  • 0

well after a ton of errors i finally got mac osx to install and get to the desktop then jam,

Mandrake Linux 9.1 PPC version i got to the installer then had partitioning errors.

so yes it does emulate PPC processors, just the emulator needs some work, being its a very aerly build this could turn out to be a very good emulator

  • 0
I don't think it will work you know just like those PS2 xBox emulaters

actually there is a working xbox emulator.

http://www.caustik.com/cxbx/

the latest version that'll be out will emulate at least turok at full speed. there's even a video you can download showing it. the xbox isn't that difficult considering it's x86.

  • 0

To nake an emulator, you first would have to study assembly and/or C/C++ (VB, C#, BASIC, etc won't work, only C/C++, Fortran, D and Java?, etc). Then you would have to buy or find a detailed book/ebook/webpage/etc on the type of processor your trying to emulate. Then you would have to start coding it, which could take years. You'll also have to make or find your own "fake" BIOS for the emulator (and coding a bios is very hard, almost or sometimes harder than making and operating system)... It isn't easy. Look at Bochs or PearPC's source, and you'll see. Trust me, I know how to make basic OSes that show test and get basic input, but it isn't easy.

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

    • No registered users viewing this page.
  • Posts

    • I don't understand the vision. Do people really want to buy a new computer from Dell with 6 browsers installed? We all keep asking for Microsoft to stop having so much junk on their OS, and adding a bunch of browsers seems to go against that. Ideally, we would just be asked what browser we want during OOBE but Google is just going to pay Dell a bunch of money to include Chrome. Additionally, would you want your phones to start including all the browsers too when you get them? The only thing I ever wanted was to be able to uninstall IE or edge and I believe you are now able to. I do agree that microsoft needs to chill with their "are you sure you don't want to try edge before you install chrome" ads when going to download chrome.
    • The funny thing here is that like 70% or so of the web browser users use 'Google Chrome' as web browser. What I don't understand is that why on earth would ANYONE choose 'Google Chrome' on Windows when 'Microsoft Edge' is not just better in most things, but it's already there right out of the box for the Windows users. Microsoft Edge has less data collection (yes, that's a fact), less RAM usage and is more optimized for Windows (as it's a Microsoft product) right out of the box. I'm sure you will come with the argument of bloat in Microsoft Edge. Sure, but most of that can be fixed with a simple tool (there are many good ones out there for this). Yes, that require a couple of clicks in the same way as it requires several clicks to install 'Google Chrome'. And I'm sure you really love the 4 GB of AI-slop 'Google Chrome' is downloading without you agreeing to it. Fun right? Sure, the way Microsoft is pushing Microsoft Edge on users might not be the best way of doing it and might need to change. But I would never choose 'Google Chrome' over 'Microsoft Edge' today anyways. I'm sure there was a period back in the days when 'Google Chrome' actually was better in most things, but that period is not today.
    • JetBrains rolls out IntelliJ IDEA update with Markdown preview fixes and more by David Uzondu Image via JetBrains IntelliJ 2026.1.3 from JetBrains has landed, bringing several highly requested bug fixes that target common UI glitches and terminal rendering issues. If you run tmux inside the integrated terminal, the IDE no longer renders the cursor above the active line. The Markdown preview bug, which was fixed in this release, had annoyed developers for quite some time, as the preview pane failed to render images saved outside the project directory. Instead of displaying the actual image, the IDE simply showed a broken image icon, a problem that stuck around for two years before this update. Over on Windows, developers running WSL can now use wsl.exe to spin up their environments without losing terminal functionality. In previous builds, launching a terminal shell with something like wsl.exe -d ubuntu inside a Windows-based project broke both shell integration and active process detection. Other bug fixes in this release include: An issue where Gradle sync incorrectly reported success as a failure on WSL when using Gradle 9.5.0. A syntax highlighting bug that flagged valid Java for-loop initialization blocks with multiple statements as incorrect. A warning bug that triggered a false non-null local variable alert when using JSpecify annotations. A database generation bug that hid the option to use a DELETE statement instead of a TRUNCATE checkbox. A Kotlin highlighting failure where an assertion error in the Gradle redundant library inspection broke error highlighting. A UI bug where the ComboBox popup lacked a maximum height restriction. A Snowflake syntax error where DataGrip failed to support the "create temp" command. A Svelte syntax parsing failure that incorrectly flagged quotes inside inline expressions. A VCS repository manager deadlock that triggered thread pool exhaustion. A memory leak where the LazyTree component kept all previous versions of a tree in memory. IntelliJ 2026.1.3 is the third bug fix release for the IntelliJ 2026.1 series. The first one landed back in April with a fix for the WSL Python interpreter freeze, another fix for guest participants using Emmet abbreviations, and corrected WildFly server deployment errors.
    • That stupid annoying Sign in with Google on all these sites now... get the fk outta here
    • I was just being silly based on David Uzondu's comment ☺️
  • Recent Achievements

    • Collaborator
      Asgardi earned a badge
      Collaborator
    • Conversation Starter
      mobandz earned a badge
      Conversation Starter
    • Apprentice
      fernan99 went up a rank
      Apprentice
    • One Month Later
      nothanks earned a badge
      One Month Later
    • One Month Later
      B2Proxy earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      469
    2. 2
      PsYcHoKiLLa
      243
    3. 3
      Skyfrog
      79
    4. 4
      FloatingFatMan
      73
    5. 5
      Michael Scrip
      60
  • Tell a friend

    Love Neowin? Tell a friend!