Subject: Re: adding system calls-
To: Andy Sporner <andy.sporner@networkengines.com>
From: Frank van der Linden <frank@wins.uva.nl>
List: tech-kern
Date: 03/17/2000 10:02:53
On Wed, Mar 15, 2000 at 02:40:49PM -0500, Andy Sporner wrote:
> I have added an entry (#304) to syscalls.master, regened
> with makesyscall.sh, make cleaned, make depend, and
> make to build the kernel.  All this goes well and I moved
> the kernel to /netbsd.  I also went into /usr/src/sys and 
> did a make includes.
> 
> I rebooted the kernel and ran my program which uses
> the syscall interface and I get "bad system call".  I have
> looked at the header files and appears to be correct.

Looks like you made the right moves.. maybe you should provide
some more details (i.e. include diffs for the regenerated files,
and your userland code).

- Frank