User Tools

Site Tools


linux:emulatedhackintosh

This is an old revision of the document!


Building an Emulated Hackintosh to run xcode and emulate an iphone

Intro

The idea is simple: to construct a Mac on an emulated hardware (intel i3, 4Gb a bit low) and then run xcode and an iphone on top of that.

I am using Ubuntu 22 for this project.

Let's begin: clone repository of Kholia/OSX-KVM

git clone https://github.com/kholia/OSX-KVM

Initial checks

Check that your cpu has vtx or smv support:

grep -e vmx -e svm /proc/cpuinfo

If nothing appears, bad luck. It happens in the virtual machines of aws or google's cloud, for instance. In other virtual hosts happens too.

Follow the steps in the readme document of the repository.

<code>

linux/emulatedhackintosh.1683318749.txt.gz ยท Last modified: 2023/05/05 20:32 by rlunaro