I am making a device driver for work for a PCI PLC controller and whenever I call ExAcquireResourceSharedLite(, TRUE) the system crashes with a 0x8e bsod and complains about APCs being enabled. So I tried using KeEnterCriticalRegion() to disable them but then the system deadlocks instead.
No comments:
Post a Comment