author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Mon, 22 Feb 2016 12:41:52 +0200 | |
changeset 1903 | 901e7394849f |
parent 1804 | 513a1117ccec |
child 1905 | fba288d59662 |
permissions | -rw-r--r-- |
1747 | 1 |
.. -*- coding: utf-8; -*- |
2 |
.. include:: HEADER.rst |
|
3 |
||
4 |
========= |
|
5 |
Mac OS. |
|
6 |
========= |
|
7 |
.. contents:: |
|
8 |
||
9 |
Free open source repositories for Msc OS X. |
|
10 |
=========================================== |
|
11 |
||
12 |
Fink. |
|
13 |
----- |
|
14 |
||
15 |
Binary distribution for quick and easy installation, as well as a source |
|
16 |
distribution for users preferring more flexibility. |
|
17 |
||
18 |
Usually it installed in '/sw' hierarchy. |
|
19 |
||
20 |
It uses Defian 'dpkg' and 'apt-get'. |
|
21 |
||
22 |
http://www.finkproject.org/ |
|
23 |
Home page, |
|
24 |
http://en.wikipedia.org/wiki/Fink |
|
25 |
Wikipedia. |
|
26 |
||
27 |
MacPorts. |
|
28 |
--------- |
|
29 |
||
30 |
Simplify task of compiling and installing open-source software on your Mac. |
|
31 |
||
32 |
http://www.macports.org/ |
|
33 |
Home page, |
|
34 |
http://en.wikipedia.org/wiki/MacPorts |
|
35 |
Wikipedia. |
|
36 |
||
37 |
Installing Mac OS X in emulator. |
|
38 |
================================ |
|
39 |
||
40 |
Mac OS X in VirtualBox. |
|
41 |
----------------------- |
|
42 |
||
43 |
Requirements: |
|
44 |
||
45 |
* Processor: Any Intel Processor with VT-x (Virtualization Technology) or AMD-V. |
|
46 |
* RAM: Anything above 1 GB, Recommended 2GB or higher. |
|
47 |
* Disk space: 20GB (minimum) |
|
48 |
* Snow Leopard Retail Disc (or ISO). |
|
49 |
* Virtualbox 3.2.8 (official support for MAC OS X target added since 3.2.6) |
|
50 |
||
51 |
Create a new Virtual Machine: |
|
52 |
||
53 |
* System Type: MAC OS X, MAC OS X Server |
|
54 |
* Create Disk (20 GB will suffice) |
|
55 |
* System > Motherboard > Enable IO APIC |
|
56 |
* Acceleration > Enable VT-x/AMD-V |
|
57 |
* Storage > IDE Controller – ICH6 |
|
58 |
* Attach New CD drive > select image (OSx86 Leopard) |
|
59 |
||
60 |
Under Windows 7 edit file |
|
61 |
``С:\User\%UserName%\.VirtualBox\%VMNAME%\%VMNAME%.xml``. Search for block |
|
62 |
``ExtraData`` and replace/add nested data:: |
|
63 |
||
64 |
<ExtraDataItem name="VBoxInternal2/Devices/e1000f/0/Trusted" value="integer:1"/> |
|
65 |
<ExtraDataItem name="VBoxInternal2/EfiBootArgs" value=" "/> |
|
66 |
<!-- 0 - 640x480, 1 - 800x600, 2 - 1024x768, 3 - 1280x1024, 4 - 1440x900 --> |
|
67 |
<ExtraDataItem name="VBoxInternal2/EfiGopMode" value="3"/> |
|
68 |
<ExtraDataItem name="VBoxInternal2/SmcDeviceKey" value="ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"/> |
|
69 |
<ExtraDataItem name="VBoxInternal2/SupportExtHwProfile" value="on"/> |
|
70 |
||
71 |
<ExtraDataItem name="CustomVideoMode1" value="1280x800x32"/> |
|
72 |
<ExtraDataItem name="GUI/LastCloseAction" value="powerOff"/> |
|
73 |
||
74 |
* http://wiki.osx86project.org/wiki/index.php/Vmware |
|
75 |
* http://wiki.osx86project.org/wiki/index.php/Installation_Guides |
|
76 |
* http://wiki.osx86project.org/wiki/index.php/Tips_And_Tricks |
|
77 |
* http://admin.dp.ua/other-any/36.html |
|
78 |
||
1783
287aa2ee83ee
Installing Hackintosh.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1747
diff
changeset
|
79 |
Installing Hackintosh. |
287aa2ee83ee
Installing Hackintosh.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1747
diff
changeset
|
80 |
====================== |
287aa2ee83ee
Installing Hackintosh.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1747
diff
changeset
|
81 |
|
287aa2ee83ee
Installing Hackintosh.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1747
diff
changeset
|
82 |
There are tonymacx86_ project that collect hardware list (called CustoMac_) to |
287aa2ee83ee
Installing Hackintosh.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1747
diff
changeset
|
83 |
build Hackintosh on own hardware with success. |
287aa2ee83ee
Installing Hackintosh.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1747
diff
changeset
|
84 |
|
287aa2ee83ee
Installing Hackintosh.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1747
diff
changeset
|
85 |
.. _tonymacx86: http://www.tonymacx86.com/ |
287aa2ee83ee
Installing Hackintosh.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1747
diff
changeset
|
86 |
.. _CustoMac: http://www.tonymacx86.com/building-customac-buyers-guide-november-2015.html |
287aa2ee83ee
Installing Hackintosh.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1747
diff
changeset
|
87 |
|
287aa2ee83ee
Installing Hackintosh.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1747
diff
changeset
|
88 |
MultiBeast_ pack provide instruments to make instalable media and to provide |
287aa2ee83ee
Installing Hackintosh.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1747
diff
changeset
|
89 |
collection of required drivers. |
287aa2ee83ee
Installing Hackintosh.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1747
diff
changeset
|
90 |
|
287aa2ee83ee
Installing Hackintosh.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1747
diff
changeset
|
91 |
.. _MultiBeast: http://www.tonymacx86.com/downloads |
287aa2ee83ee
Installing Hackintosh.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1747
diff
changeset
|
92 |
|
1804 | 93 |
hosts file. |
94 |
=========== |
|
95 |
:: |
|
96 |
||
97 |
$ sudo nano /private/etc/hosts |
|
98 |
$ dscacheutil -flushcache |
|
99 |