I was skimming through a Microsoft PPT presentation that I found "on the net", and encountered something that caught my eye. I was not at my own computer so I didn't bother to save the PPT presentation, just copied the text that interested me:
I've been wanting to test this, but not being a programmer, I haven't a clue what that last part means; Bitwise OR 0x00000100?
I've looked for more information about this tweak but turned-up nothing.
For Windows XP SP2, a mechanism has been added that improves performance in the ACPI interrupt handling code. Windows XP had a problem whereby if other devices were sharing the ACPI interrupt, performance degradation could occur. This happened due to a delay by the ACPI driver in passing the interrupt to the proper handler. This feature is not ?on? by default in Windows XP SP2 because of backward compatibility concerns. This feature will be ?on? by default in Longhorn. To enable this feature on Windows XP SP2, open:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\ACPI\Parameters
Edit or add a DWORD value named ?Attributes?
Bitwise OR 0x00000100 into the ?Attributes? value
Restart the system
I've been wanting to test this, but not being a programmer, I haven't a clue what that last part means; Bitwise OR 0x00000100?
I've looked for more information about this tweak but turned-up nothing.