下面是config.plist 配置:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "
http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SMBIOS</key>
<dict>
<key>BiosVendor</key>
<string>Apple Inc.</string>
</dict>
<key>Boot</key>
<dict>
<key>Timeout</key>
<integer>7</integer>
<key>DefaultVolume</key>
<string>HDD12345</string>
<key>Arguments</key>
<string>-v npci=0x2000</string>
</dict>
<key>ACPI</key>
<dict>
<key>DSDT</key>
<dict>
<key>Debug</key>
<false/>
<key>FixMask</key>
<string>0x3031</string>
<key>DsdtName</key>
<string>BIOS</string>
<key>Patches</key>
<array/>
</dict>
<key>SSDT</key>
<dict>
<key>Generate</key>
<dict>
<key>PStates</key>
<true/>
<key>CStates</key>
<true/>
</dict>
<key>DropOem</key>
<true/>
</dict>
</dict>
<key>GUI</key>
<dict>
<key>Theme</key>
<string>black_green</string>
<key>TextOnly</key>
<false/>
<key>Language</key>
<string>ru:0</string>
<key>Mouse</key>
<dict>
<key>Enabled</key>
<true/>
<key>Speed</key>
<integer>20</integer>
<key>Mirror</key>
<false/>
<key>DoubleClick</key>
<integer>500</integer>
</dict>
</dict>
<key>Graphics</key>
<dict>
<key>Inject</key>
<dict>
<key>Intel</key>
<true/>
<key>ATI</key>
<true/>
<key>NVidia</key>
<true/>
</dict>
<key>InjectEDID</key>
<false/>
</dict>
<key>KernelAndKextPatches</key>
<dict>
<key>AppleRTC</key>
<true/>
<key>AsusAICPUPM</key>
<true/>
<key>KernelCpu</key>
<false/>
</dict>
<key>Devices</key>
<dict>
<key>USB</key>
<dict>
<key>Inject</key>
<true/>
<key>AddClockID</key>
<true/>
<key>USBFixOwnership</key>
<true/>
</dict>
<key>PCIRootUID</key>
<string>1</string>
</dict>
<key>RtVariables</key>
<dict>
<key>MountEFI</key>
<true/>
</dict>
<key>SystemParameters</key>
<dict>
<key>InjectSystemID</key>
<true/>
<key>InjectKexts</key>
<true/>
</dict>
</dict>
</plist>