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.
12 lines
262 B
Plaintext
12 lines
262 B
Plaintext
# syscalls.conf $Id$
|
|
sysnames="/dev/null"
|
|
sysproto="ibcs2_proto.h"
|
|
sysproto_h=_IBCS2_SYSPROTO_H_
|
|
syshdr="ibcs2_syscall.h"
|
|
syssw="ibcs2_sysent.c"
|
|
syshide="/dev/null"
|
|
syscallprefix="IBCS2_SYS_"
|
|
switchname="ibcs2_sysent"
|
|
namesname="ibcs2_syscallnames"
|
|
sysvec="\n"
|