Home | History | Annotate | Line # | Download | only in kern
syscalls.conf revision 1.8
      1  1.8  christos #	$NetBSD: syscalls.conf,v 1.8 2004/04/21 01:05:38 christos Exp $
      2  1.1       cgd 
      3  1.1       cgd sysnames="syscalls.c"
      4  1.1       cgd sysnumhdr="../sys/syscall.h"
      5  1.1       cgd syssw="init_sysent.c"
      6  1.1       cgd sysarghdr="../sys/syscallargs.h"
      7  1.8  christos compatopts="compat_43 compat_09 compat_10 compat_11 compat_12 compat_13 compat_14 compat_15 compat_16 compat_20"
      8  1.1       cgd libcompatopts=""
      9  1.1       cgd 
     10  1.1       cgd switchname="sysent"
     11  1.1       cgd namesname="syscallnames"
     12  1.1       cgd constprefix="SYS_"
     13  1.6   mycroft nsysent=512
     14