5eb29d9b90
without a few patches for the rest of the kernel to allow the image activator to override exec_copyout_strings and setregs. None of the syscall argument translation has been done. Possibly, this translation layer can be shared with any platform that wants to support running ILP32 binaries on an LP64 host (e.g. sparc32 binaries?)
13 lines
263 B
Plaintext
13 lines
263 B
Plaintext
# $FreeBSD$
|
|
sysnames="/dev/null"
|
|
sysproto="ia32_proto.h"
|
|
sysproto_h=_IA32_SYSPROTO_H_
|
|
syshdr="ia32_syscall.h"
|
|
syssw="ia32_sysent.c"
|
|
sysmk="/dev/null"
|
|
syshide="/dev/null"
|
|
syscallprefix="IA32_SYS_"
|
|
switchname="ia32_sysent"
|
|
namesname="ia32_syscallnames"
|
|
sysvec="\n"
|