Re: kext debugging
Re: kext debugging
- Subject: Re: kext debugging
- From: sheetal phirke <email@hidden>
- Date: Fri, 10 Dec 2010 17:02:51 +0530 (IST)
Hi,
I already have this key...
i have following OSBundleLibraries, with Mac OS : 10.6.3 & Kernel version: Darwin 10.3.0
<key>OSBundleLibraries</key>
<dict>
<key>com.apple.kpi.bsd</key>
<string>10.3.0</string>
<key>com.apple.kpi.iokit</key>
<string>10.3.0</string>
<key>com.apple.kpi.libkern</key>
<string>10.3.0</string>
<key>com.apple.kpi.unsupported</key>
<string>10.3.0</string>
</dict>
Thanks,
Sheetal.
From: Dave Keck <email@hidden>
To: sheetal phirke <email@hidden>
Cc: email@hidden
Sent: Fri, 10 December, 2010 3:14:23 PM
Subject: Re: kext debugging
> i try to find library required for this symbol but didn't get
it. is
> anything required to change in plist? i have change OSBundleLibraries
> with my darwin kernel version.
Try:
<key>OSBundleLibraries</key>
<dict>
<key>com.apple.kpi.unsupported</key>
<string>10.4</string>
</dict>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden