On Friday, October 11, 2002, at 01:00 PM, Justin C. Walker wrote: On Friday, October 11, 2002, at 11:32 AM, Joshua Graessley wrote: Yes; PF_NKE (pre 10.2, in any case) is what you want. There was some discussion of merging the (somewhat immature) PF_NKE implementation into PF_SYSTEM, and improving it, but I don't know how far that got (and I haven't spent any time with 10.2, to see whether it's been done). In Mac OS X 10.2, the header sys/kern_control.h defines the AF_SYS_CONTROL protocol of PF_SYSTEM. This can be used to communicate with and control kernel extensions. It has some limitations. sys/kern_control.h has some documentation that should help you get started. Unlike the NKE manager (PF_NKE), there is no sample code. -josh _______________________________________________ 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)
-
Joshua Graessley