View Single Post
 
Old 03-19-2010, 12:55 AM
Imkantus Imkantus is offline
 
Join Date: Jul 2009
Location: Germany
Posts: 779
Sorry I have been quite busy during the last weeks.

Well all you need to do with the DSDT.aml to have it beeing injected to your sysem is to put it into the /Extra folder (if present) or to the root (/) of your OS X drive.
If your System-Profiler still shows just one core, be sure to not have cpus=1 as Kernel Flag in com.apple.Boot.plist

PS: If you want to edit it do not edit DSDT.aml - the DSDT table is written in AML language - you need to dissassemble it using "iasl -d DSDT.aml" command to be able to edit it - output should be DSDT.dsl - and afterwards reassemble it to be DSDT.aml again using "iasl -ta DSDT.dsl"

Happy further trying around.

/Edit:
Get latest (!) DSDT Patcher from here: http://www.projectosx.com/forum/index.php?showtopic=121 - it will do the work beeing adviced here:
http://www.infinitemac.com/f5/quad-c...post29222.html for you.

AMD Phenom II X4 955 - ASRock AM3A770DE - 8GB DDR3-1333 - Radeon HD 5570 1GB passiv - BCM4318 802.11b/g - Snow Leopard Retail
+++
AMD Phenom X3 8450 - ASRock AM2NF6G-VSTA (BIOS L2.39) - 4GB DDR2-800 - Radeon HD 4650 512MB - Snow Leopard Retail (retired) / OpenBSD

Last edited by Imkantus; 03-19-2010 at 01:04 AM.
Reply With Quote