Re: IOKit KEXT Questions
Re: IOKit KEXT Questions
- Subject: Re: IOKit KEXT Questions
- From: Alexei Kosut <email@hidden>
- Date: Thu, 16 Aug 2007 13:50:12 -0700
On Aug 15, 2007, at 10:33 PM, Matt Burnett wrote:
Regarding the linking against the entire kernel, do non-IOKit KEXTs
link against the entire kernel by default and IOKit KEXTs do not,
or is this another reason why my IOKit KEXT can not resolve execve?
All kexts are basically the same; their Info.plist defines which
other modules they link against, and those are the symbols they will
resolve to. I'm a little surprised you were able to get any kext,
IOKit or non, to resolve execve. I'm pretty sure it's not exported
by any of the kernel symbol sets. How are you linking your kext?
What does its Info.plist look like?
Alexei
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden