9e03db613c
Add new files created for emulator. Modify NetBSD import to work with FreeBSD and add new features and code. The complete emulator is essentially a combination of work/code implemented by Sean Eric Fagan, Soren Schmidt, Scott Bartram, and myself, Steven Wallace. Features of this new emulator system include: o "clean" code, including strict prototyping. o Auto-generation of ibcs2 system calls, xenix system calls, isc system calls. Generation includes system tables, structure definitions, and prototyping of function calls. o ibcs2 emulator does not rely on any COMPAT_43 system calls. o embedded socksys support o ibcs2 msgsys, semsys, shmsys calls supported if supported in kernel o alternate /emul/ibcs2 namespace searched first for files in ibcs2 system. Usefull to keep sysv libraries, binaries in /emul/ibcs2. o many other finer details and functions fixed or implemented.
13 lines
281 B
Plaintext
13 lines
281 B
Plaintext
# syscalls.conf $Id$
|
|
sysnames="/dev/null"
|
|
#sysproto="ibcs2_isc.h"
|
|
sysproto="/dev/null"
|
|
sysproto_h=_IBCS2_ISC_H_
|
|
syshdr="ibcs2_isc_syscall.h"
|
|
syssw="ibcs2_isc_sysent.c"
|
|
syshide="/dev/null"
|
|
syscallprefix="IBCS2_ISC_"
|
|
switchname="isc_sysent"
|
|
namesname="isc_syscallnames"
|
|
sysvec="\n"
|