Advertisement
Guest User

Untitled

a guest
Mar 10th, 2013
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>ACPI</key>
  6. <dict>
  7. <key>DropAPIC</key>
  8. <string>No</string>
  9. <key>DropECDT</key>
  10. <string>No</string>
  11. <key>DropHPET</key>
  12. <string>No</string>
  13. <key>DropMCFG</key>
  14. <string>No</string>
  15. <key>DropOemSSDT</key>
  16. <string>Yes</string>
  17. <key>DsdtName</key>
  18. <string>dsdt.aml</string>
  19. <key>EnableC2</key>
  20. <string>No</string>
  21. <key>EnableC4</key>
  22. <string>No</string>
  23. <key>EnableC6</key>
  24. <string>No</string>
  25. <key>EnableISS</key>
  26. <string>Yes</string>
  27. <key>GenerateCStates</key>
  28. <string>Yes</string>
  29. <key>GeneratePStates</key>
  30. <string>Yes</string>
  31. <key>PLimitDict</key>
  32. <string>0</string>
  33. <key>PatchNMI</key>
  34. <string>No</string>
  35. <key>ResetAddress</key>
  36. <string>0x64</string>
  37. <key>ResetValue</key>
  38. <string>0xFE</string>
  39. <key>UnderVoltStep</key>
  40. <string>0</string>
  41. </dict>
  42. <key>Graphics</key>
  43. <dict>
  44. <key>GraphicsInjector</key>
  45. <string>Yes</string>
  46. </dict>
  47. <key>KernelAndKextPatches</key>
  48. <dict>
  49. <key>AppleRTC</key>
  50. <string>Yes</string>
  51. <key>AsusAICPUPM</key>
  52. <string>Yes</string>
  53. <key>KernelCpu</key>
  54. <string>Yes</string>
  55. </dict>
  56. <key>PCI</key>
  57. <dict>
  58. <key>HDAInjection</key>
  59. <string>No</string>
  60. <key>LpcTune</key>
  61. <string>No</string>
  62. <key>PCIRootUID</key>
  63. <string>0</string>
  64. <key>StringInjector</key>
  65. <string>No</string>
  66. <key>USBInjection</key>
  67. <string>Yes</string>
  68. </dict>
  69. <key>Pointer</key>
  70. <dict>
  71. <key>Speed</key>
  72. <string>8</string>
  73. </dict>
  74. <key>RtVariables</key>
  75. <dict>
  76. <key>MLB</key>
  77. <string>11111111111111111</string>
  78. </dict>
  79. <key>SMBIOS</key>
  80. <dict>
  81. <key>BiosVendor</key>
  82. <string>Apple Inc.</string>
  83. <key>ProductName</key>
  84. <string>MacBookAir5,2</string>
  85. </dict>
  86. <key>SystemParameters</key>
  87. <dict>
  88. <key>BacklightLevel</key>
  89. <string>0xFFFF</string>
  90. <key>InjectSystemID</key>
  91. <string>Yes</string>
  92. <key>LegacyBoot</key>
  93. <string>PBR</string>
  94. <key>boot-args</key>
  95. <string>npci=0x3000 MountEFI=disk1 slide=0 arch=x86_64</string>
  96. <key>prev-lang:kbd</key>
  97. <string>en:0</string>
  98. </dict>
  99. </dict>
  100. </plist>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement