Is there some other equivalent method of doing what the 3 functions do in a kext? Thanks Krishna --- Justin Walker <justin@mac.com> wrote:
On Jul 6, 2004, at 13:25, Krishna Monian wrote:
Hi,
Is there some sort of restriction on using the
following functions in a kext?
FSMakeFSSPec
FSpMakeFSRef
FSRefMakePath
You betcha. Haven't you read the docs on kexts?
You can not use *any* user-mode libraries, and you
can't use *any*
frameworks, in a kext (the Kernel.framework is a
framework in name
only; it provides no code).
Regards,
Justin
--
Justin C. Walker, Curmudgeon-At-Large *
Institute for General Semantics | Some people
have a mental
| horizon
of radius zero, and
| call it
their point of view.
| --
David Hilbert
*--------------------------------------*-------------------------------*
__________________________________ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail _______________________________________________ darwin-kernel mailing list | darwin-kernel@lists.apple.com Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/darwin-kernel Do not post admin requests to the list. They will be ignored.
participants (1)
-
Krishna Monian