QUOTE (heliox @ Jun 30 2008, 08:54 AM)

Same here. Please how did you modify your bios?
I can't use Kabyl's mod-bios as mine is already modified for Vista slic-mod.
Hi there.
I dont think that matters, since you mod the ACPI AML.
I did it on my own with my MSI P45 Premium, now all 4 cores working well. And that mod is just simple

Things you need are:
- iasl Tools from Intel
- some Tool able to extract/replace parts from your BIOS (for me i used MMTOOLS, 3.19 T21fixed)
- some HEX-Editor
Steps are as follows:
1. Extract your ACPI-AML (DSDT) (uncompressed) from an original BIOS ROM File.
2. Copy the extracted ROM-Part to the folder where you installed the IASL-Compiler
3. Open your DOS-Prompt, type
CODE
iasl -d <filename>
to decompile the DSDT. it will write an *.dsl file.
4. open the *.dsl file with some Texteditor, remove the 4 *Alias* lines
5. go back to the iasl-folder and type
CODE
iasl -t c *.dsl
. it will compile the sources you created in step 3
6. open the resulting *.hex file with an texteditor, you just need the hex-values in each line (8 values each)
7. use your hex-editor to create an *.rom file from those hex-values
8. save the file as *.rom
9. use MMTOOLS to replace the ACPI-AML block.
10. save your BIOS & flash it. You are done!
If some of you guys need the BIOS for that P45-Board just drop me an line. Its the newest 1.1 release from today.
Have fun on your P45 Hackintosh