Jump to content
4 posts in this topic

Recommended Posts

There are no ways to run it natively, as a worthwhile percentage of the code in Mac OS X is SSE2, and you can't simply patch 1 or 2% of 2.7 GBs that fast. However, you can use emulators that use dynamic translation for the code that is "illegal" on that processor such as QEMU or Bochs.

 

Unfortunately, the faster and more popular emulators such as VMware cannot do this as all they do is a dynamic recompile, which makes the code more efficient, but still can't "translate" SSE2 code into SSE. It would be somewhat slower.

 

Check out this topic for some information: here.

Link to comment
https://www.insanelymac.com/forum/topic/2299-mac-os-on-sse/#findComment-15022
Share on other sites

×
×
  • Create New...