Some assorted minor updates

mine
Dhiru Kholia 7 years ago
parent a12802ca88
commit 2794e12955

@ -0,0 +1,10 @@
#### Notes
- Please, DO NOT create a new issue if your issue is already known.
- Carefully read the documentation included in the repository.
- Look closely at the closed and open issues.
- Attach details about your host OS (distribution, kernel, QEMU version) and
host CPU (vendor and model number).
- Remove this template message after reading it ;)

@ -16,7 +16,7 @@ Known to work on:
Tested with QEMU 2.4.1, 2.5, 2.6.1, and 2.8. Tested with QEMU 2.4.1, 2.5, 2.6.1, and 2.8.
AMD CPU(s) are known to be problematic. AMD FX-8350 works but Phenom II X3 720 AMD CPU(s) are known to be problematic. AMD FX-8350 works but Phenom II X3 720
does not. does not. A CPU with SSE4.1 support is required for macOS Sierra.
Intel VT-x / AMD SVM is required. Intel VT-x / AMD SVM is required.
@ -187,6 +187,11 @@ for a more solid alternate to the following `virsh` method. Use either the
* If you are getting "Dont_Steal_MacOS" related errors, see `FakeSMC installation` section in [notes file](notes.md). * If you are getting "Dont_Steal_MacOS" related errors, see `FakeSMC installation` section in [notes file](notes.md).
* If the boot process is getting stuck on the Apple logo, upgrade your host
kernel and QEMU. For example, Linux 3.16.x from Debian 8 is known to be
problematic, whereas Linux 4.9.x with QEMU 2.8.x works fine on the same
distribution.
### References ### References
* https://github.com/Karlson2k/k2k-OSX-Tools * https://github.com/Karlson2k/k2k-OSX-Tools

@ -22,7 +22,7 @@ qemu-system-x86_64 -enable-kvm -m 3072 -cpu Penryn,kvm=off,vendor=GenuineIntel \
-smp 4,cores=2 \ -smp 4,cores=2 \
-usb -device usb-kbd -device usb-mouse \ -usb -device usb-kbd -device usb-mouse \
-device isa-applesmc,osk="ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc" \ -device isa-applesmc,osk="ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc" \
-kernel ./enoch_rev2877_boot \ -kernel ./enoch_rev2883_boot \
-smbios type=2 \ -smbios type=2 \
-device ich9-intel-hda -device hda-duplex \ -device ich9-intel-hda -device hda-duplex \
-device ide-drive,bus=ide.2,drive=MacHDD \ -device ide-drive,bus=ide.2,drive=MacHDD \

@ -505,9 +505,9 @@ else
stage_end_ok "$OSX_inst_ver" stage_end_ok "$OSX_inst_ver"
fi fi
if [[ "$OSX_inst_ver" =~ 10.12.[4-9] ]]; then # if [[ "$OSX_inst_ver" =~ 10.12.[4-9] ]]; then
exit_with_error "This script might not generate bootable images for versions >= macOS Sierra 10.12.4. Edit this script manually to proceed at your own risk!" # exit_with_error "This script might not generate bootable images for versions >= macOS Sierra 10.12.4. Edit this script manually to proceed at your own risk!"
fi # fi
[[ "$OSX_inst_ver" == "10.11" ]] || [[ "$OSX_inst_ver" =~ 10.11.[1-6] ]] || \ [[ "$OSX_inst_ver" == "10.11" ]] || [[ "$OSX_inst_ver" =~ 10.11.[1-6] ]] || \
echo_warning "Warning! This script is tested only with images of OS X versions 10.11 and 10.11.1-10.11.6. Use at your own risk!" echo_warning "Warning! This script is tested only with images of OS X versions 10.11 and 10.11.1-10.11.6. Use at your own risk!"

Binary file not shown.

@ -3,7 +3,7 @@
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>BuildMachineOSBuild</key> <key>BuildMachineOSBuild</key>
<string>16C67</string> <string>16F73</string>
<key>CFBundleDevelopmentRegion</key> <key>CFBundleDevelopmentRegion</key>
<string>English</string> <string>English</string>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
@ -17,7 +17,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>KEXT</string> <string>KEXT</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>6.24-316-g197d663.1737</string> <string>6.25-333-g05e0f4be.1759</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleSupportedPlatforms</key> <key>CFBundleSupportedPlatforms</key>
@ -25,11 +25,11 @@
<string>MacOSX</string> <string>MacOSX</string>
</array> </array>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1737</string> <string>1759</string>
<key>DTCompiler</key> <key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string> <string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key> <key>DTPlatformBuild</key>
<string>8C1002</string> <string>8E3004b</string>
<key>DTPlatformVersion</key> <key>DTPlatformVersion</key>
<string>GM</string> <string>GM</string>
<key>DTSDKBuild</key> <key>DTSDKBuild</key>
@ -37,9 +37,9 @@
<key>DTSDKName</key> <key>DTSDKName</key>
<string>macosx10.8</string> <string>macosx10.8</string>
<key>DTXcode</key> <key>DTXcode</key>
<string>0821</string> <string>0833</string>
<key>DTXcodeBuild</key> <key>DTXcodeBuild</key>
<string>8C1002</string> <string>8E3004b</string>
<key>IOKitPersonalities</key> <key>IOKitPersonalities</key>
<dict> <dict>
<key>FakeSMC</key> <key>FakeSMC</key>
@ -116,6 +116,27 @@
hfwETdgSevQ= hfwETdgSevQ=
</data> </data>
</array> </array>
<key>ALI0</key>
<array>
<string>{ali</string>
<data>
BwECAA==
</data>
</array>
<key>ALRV</key>
<array>
<string>ui16</string>
<data>
AAE=
</data>
</array>
<key>ALV0</key>
<array>
<string>{alv</string>
<data>
ARAGdQEgALYO4A==
</data>
</array>
<key>FNum</key> <key>FNum</key>
<array> <array>
<string>ui8</string> <string>ui8</string>
@ -137,6 +158,13 @@
AQQKAAY= AQQKAAY=
</data> </data>
</array> </array>
<key>MSLD</key>
<array>
<string>ui8 </string>
<data>
AA==
</data>
</array>
<key>MSSD</key> <key>MSSD</key>
<array> <array>
<string>si8</string> <string>si8</string>
@ -181,6 +209,13 @@
ATAPAAAD ATAPAAAD
</data> </data>
</array> </array>
<key>RMde</key>
<array>
<string>char</string>
<data>
QQ==
</data>
</array>
<key>RVBF</key> <key>RVBF</key>
<array> <array>
<string>{rev</string> <string>{rev</string>
@ -239,7 +274,7 @@
<key>RM,Build</key> <key>RM,Build</key>
<string>Release-rehabman</string> <string>Release-rehabman</string>
<key>RM,Version</key> <key>RM,Version</key>
<string>FakeSMC 1737</string> <string>FakeSMC 1759</string>
</dict> </dict>
<key>FakeSMCKeyStore</key> <key>FakeSMCKeyStore</key>
<dict> <dict>
@ -258,9 +293,9 @@
</dict> </dict>
</dict> </dict>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>
<string>Copyright © 2015 netkas. All rights reserved.</string> <string>Copyright © 2017 netkas. All rights reserved.</string>
<key>OSBundleCompatibleVersion</key> <key>OSBundleCompatibleVersion</key>
<string>1212</string> <string>1429</string>
<key>OSBundleLibraries</key> <key>OSBundleLibraries</key>
<dict> <dict>
<key>com.apple.iokit.IOACPIFamily</key> <key>com.apple.iokit.IOACPIFamily</key>

@ -1,3 +1,3 @@
VoodooHDA.kext-289.zip VoodooHDA.kext-289.zip
RehabMan-FakeSMC-2017-0117.zip RehabMan-FakeSMC-2017-0607.zip

Loading…
Cancel
Save