ea0fabbc4f
with the COMPAT_LINUX32 option. This is largely based on the i386 MD Linux emulations bits, but also builds on the 32-bit FreeBSD and generic IA-32 binary emulation work. Some of this is still a little rough around the edges, and will need to be revisited before 32-bit and 64-bit Linux emulation support can coexist in the same kernel.
12 lines
256 B
Plaintext
12 lines
256 B
Plaintext
# $FreeBSD$
|
|
sysnames="/dev/null"
|
|
sysproto="linux32_proto.h"
|
|
sysproto_h=_LINUX_SYSPROTO_H_
|
|
syshdr="linux32_syscall.h"
|
|
syssw="linux32_sysent.c"
|
|
sysmk="/dev/null"
|
|
syscallprefix="LINUX_SYS_"
|
|
switchname="linux_sysent"
|
|
namesname="linux_syscallnames"
|
|
sysvec="\n"
|