From owner-freebsd-hackers Sat Nov 13 13:55:29 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from acl.lanl.gov (acl.lanl.gov [128.165.147.1]) by hub.freebsd.org (Postfix) with ESMTP id 1FDA214BE6 for ; Sat, 13 Nov 1999 13:55:27 -0800 (PST) (envelope-from rminnich@lanl.gov) Received: from localhost (rminnich@localhost) by acl.lanl.gov (8.8.8/8.8.5) with ESMTP id OAA63731 for ; Sat, 13 Nov 1999 14:55:26 -0700 (MST) X-Authentication-Warning: acl.lanl.gov: rminnich owned process doing -bs Date: Sat, 13 Nov 1999 14:55:26 -0700 From: "Ronald G. Minnich" To: freebsd-hackers@FreeBSD.ORG Subject: Re: System Call In-Reply-To: <19991113204833.6CC121FCC@io.yi.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message