Re: Building kext for Leopard and Tiger
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com --- At Fri, 4 Jan 2008 15:25:08 +0530, nandan.nivgune wrote:
Hi, Can you provide some detail information about the IOKit- Family in which you Found change in interface and what type of driver you want to port?
The interface that I am interested in overriding is the requestProbe function on the IOPartition(*)PartitionScheme IOStorage classes. More testing has shown (so far) that IOUserClient has changed between Tiger and Leopard. kextload indicates that this change is not backwards compatible. However, the change to IOUserClient is not required for my kext. So I actually have a more complicated situation. I would like to have a kext that works on both Leopard and Tiger, with some of the kext classes compiled with Leopard interfaces and some compiled with Tiger interfaces. I'm not sure how to go about combining two targets into one kext. I have not done enough testing yet, but I am hopeful that the requestProbe interface is backwards compatible because it does not use one of the reserved virtual function locations. ...Duane _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com
participants (1)
-
Duane Murphy