Re: Kernel Extensions
Re: Kernel Extensions
- Subject: Re: Kernel Extensions
- From: Quinn <email@hidden>
- Date: Mon, 17 Nov 2003 07:54:59 +0000
At 2:44 -0500 17/11/03, Marek Kozubal wrote:
The way Quinn suggested to me to do KEXT to userland communication is
using sockets, which I believe WebDAV uses.
Right. It really depends on where your KEXT exists within the
kernel. If you're already knee deep in BSD stuff, sockets is an
excellent choice. OTOH, if you're an I/O Kit driver, you should use
the I/O Kit user client mechanism (which avoids taking a dependency
on BSD).
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.