94ebf9ba52
Generate a file (rump.sysmap) which can be used to autogenerate the syscall loaders. The file contains syscall handler names and numbers. Also store "libc" side syscall names in rump.sysmap to help with the rumprun build process.
19 lines
689 B
Plaintext
19 lines
689 B
Plaintext
# $NetBSD: syscalls.conf,v 1.20 2014/04/27 14:50:23 pooka Exp $
|
|
|
|
sysnames="syscalls.c"
|
|
sysnumhdr="../sys/syscall.h"
|
|
syssw="init_sysent.c"
|
|
sysarghdr="../sys/syscallargs.h"
|
|
sysarghdrextra='#include <sys/mount.h>\n#ifndef RUMP_CLIENT\n#include <sys/sched.h>\n#endif\n#include <sys/socket.h>\n\n'
|
|
sysalign=1
|
|
rumpcalls="../rump/librump/rumpkern/rump_syscalls.c"
|
|
rumpcallshdr="../rump/include/rump/rump_syscalls.h"
|
|
rumpsysmap="../rump/rump.sysmap"
|
|
compatopts="compat_43 compat_09 compat_10 compat_11 compat_12 compat_13 compat_14 compat_15 compat_16 compat_20 compat_30 compat_40 compat_50 compat_60"
|
|
libcompatopts=""
|
|
|
|
switchname="sysent"
|
|
namesname="syscallnames"
|
|
constprefix="SYS_"
|
|
nsysent=512
|