@K4sum1
I just see, that the acpi BSOD 03 is in acpi.sys bit64 other handled as in acpi.sys bit 32.
Here comes now the crazy hacked XP SP2 bit 64 version, where to 100% THIS BSOD never will happen again
Dietmar
PS: I find also the reason for this Bsod: C0140008 but I cant locate the exact place, where it happens:
ValidateArgTypes or CreateField or ObjTypeSizeOf.
This is a really evil Bsod. Maybe idea for hack from Skull is better
- 0xA5(0x03, ..., C0140008, ...) DSDT code have operation with unexpected type of arguments, partially solved
This BSOD probably means some argument has datatype, allowed only in ACPI 2.0
Patch:
- _ValidateArgTypes must always return "OK", even on realy wrong types
(mov edi, 0xC0140008=>mov edi, 0x00000000 at head of _ValidateArgTypes)
https://ufile.io/sepw9iul
and the much more nice solution from Skull
https://ufile.io/u42mdknr
or this one, only modded for ValidateArgTypes
https://ufile.io/463tiqvh