Re: Building a universal IOKit kext for 10.4 and up
Re: Building a universal IOKit kext for 10.4 and up
- Subject: Re: Building a universal IOKit kext for 10.4 and up
- From: Ron Aldrich <email@hidden>
- Date: Fri, 18 Sep 2009 12:06:54 -0700
Thanks, Chris. That should be enough to get me going.
Apparently my kext is simple enough that it doesn't rely on deprecated interfaces, so hopefully I won't have to add too many conditionals.
Best Regards,
Ron Aldrich Software Architects, Inc. On Sep 18, 2009, at 3:02 AM, Chris Suter wrote: Hi Ron,
On Fri, Sep 18, 2009 at 7:58 PM, Chris Suter <email@hidden> wrote:
You might be tempted to use the __LP64__ define, but that's not really what you should be switching on since it's the SDK version (MAC_OS_X_VERSION_MAX) that you really want to switch on.
Sorry, let me clarify that: you should, of course, use the __LP64__ define to switch on things that depend upon the 64 bit stuff, just don't use it to switch on things that depend on the SDK. Obvious really.
Kind regards,
Chris
|
_______________________________________________
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