Re: questions abort kernel extension.
Re: questions abort kernel extension.
- Subject: Re: questions abort kernel extension.
- From: Quinn <email@hidden>
- Date: Wed, 10 Dec 2003 14:49:05 +0000
At 22:36 +0800 10/12/03, linuxbest linuxbest wrote:
I am writing two kernel extension, the name is OSIFS and ROMFS,
ROMFS use OSIFS function, so ROMFS dependent with OSIFS. My question
is How I can export functions/values from OSIFS to other kext.
Check out the IOKitWithLibrary sample.
<
http://developer.apple.com/samplecode/Sample_Code/Devices_and_Hardware/IOKit/IOKitWithLibrary.htm>
This example shows how to export a C interface from one kernel
extension (the library) to be picked up by another (in this case an
I/O Kit driver, but the technique should work for other types of
kernel extension).
S+E
--
Quinn "The Eskimo!" <
http://www.apple.com/developer/>
Apple Developer Technical Support * Networking, Communications, Hardware
_______________________________________________
darwin-kernel mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/darwin-kernel
Do not post admin requests to the list. They will be ignored.