NetBSD/sys/compat/aoutm68k/syscalls.conf
scw 47a35be2c9 Initial cut of COMPAT_AOUT_M68K.
This gets most existing m68k a.out binaries working with m68k ELF
kernels.

There are still some remaining ABI issues to track down; most notably,
some ioctl(2) calls are affected by the change.
2000-12-02 20:40:03 +00:00

13 lines
308 B
Plaintext

# $NetBSD: syscalls.conf,v 1.1 2000/12/02 20:40:06 scw Exp $
sysnames="aoutm68k_syscalls.c"
sysnumhdr="aoutm68k_syscall.h"
syssw="aoutm68k_sysent.c"
sysarghdr="aoutm68k_syscallargs.h"
compatopts=""
libcompatopts=""
switchname="aoutm68k_sysent"
namesname="aoutm68k_syscallnames"
constprefix="AOUTM68K_SYS_"