On Sat, 13 Nov 1999, Jake Burkholder wrote:
> > How do I set up a system call of my own in the FreeBSD kernel?
>
> I think the easiest way to do this is with a kld. It's less intrusive
yes, if you're doing a system call use freebsd's excellent kld support.
It's really pretty slick. Don't muck with the kernel src tree. You may
think it's hard to do this in a module if you're used to linux, but it's
not hard at all in freebsd.
ron
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message