Saturday, June 6, 2015

Why IOServiceGetMatchingService still returns 0x0 for your kernel extension in Mac OS X

Once you will find that your crispy new IOKit extension is loadable but not discoverable. IOServiceGetMatchingService and IOServiceGetMatchingServices unable to find it.

What is wrong?

You didn't call IOService::registerService() in the start() routine.

No comments:

Post a Comment