Complete 'IA32' -> 'COMPAT_IA32' change for the Linuxulator32.
This commit is contained in:
parent
46b01ce8a2
commit
b486de5e57
@ -31,7 +31,7 @@
|
||||
*/
|
||||
|
||||
#include "opt_atpic.h"
|
||||
#include "opt_ia32.h"
|
||||
#include "opt_compat.h"
|
||||
|
||||
#include <machine/asmacros.h>
|
||||
#include <machine/psl.h>
|
||||
@ -307,7 +307,7 @@ ENTRY(fork_trampoline)
|
||||
* included.
|
||||
*/
|
||||
|
||||
#ifdef IA32
|
||||
#ifdef COMPAT_IA32
|
||||
.data
|
||||
.p2align 4
|
||||
.text
|
||||
|
@ -44,7 +44,7 @@ options CD9660 # ISO 9660 Filesystem
|
||||
options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||
options PSEUDOFS # Pseudo-filesystem framework
|
||||
options GEOM_GPT # GUID Partition Tables.
|
||||
options IA32 # Compatible with i386 binaries
|
||||
options COMPAT_IA32 # Compatible with i386 binaries
|
||||
options COMPAT_FREEBSD4 # Compatible with FreeBSD4
|
||||
options SCSI_DELAY=15000 # Delay (in ms) before probing SCSI
|
||||
options KTRACE # ktrace(1) support
|
||||
|
@ -155,15 +155,15 @@ pci/agp_intel.c optional agp
|
||||
#
|
||||
# IA32 binary support
|
||||
#
|
||||
#amd64/ia32/ia32_exception.S optional ia32
|
||||
amd64/ia32/ia32_signal.c optional ia32
|
||||
amd64/ia32/ia32_sigtramp.S optional ia32
|
||||
amd64/ia32/ia32_syscall.c optional ia32
|
||||
compat/freebsd32/freebsd32_misc.c optional ia32
|
||||
compat/freebsd32/freebsd32_syscalls.c optional ia32
|
||||
compat/freebsd32/freebsd32_sysent.c optional ia32
|
||||
compat/ia32/ia32_sysvec.c optional ia32
|
||||
kern/imgact_elf32.c optional ia32
|
||||
#amd64/ia32/ia32_exception.S optional compat_ia32
|
||||
amd64/ia32/ia32_signal.c optional compat_ia32
|
||||
amd64/ia32/ia32_sigtramp.S optional compat_ia32
|
||||
amd64/ia32/ia32_syscall.c optional compat_ia32
|
||||
compat/freebsd32/freebsd32_misc.c optional compat_ia32
|
||||
compat/freebsd32/freebsd32_syscalls.c optional compat_ia32
|
||||
compat/freebsd32/freebsd32_sysent.c optional compat_ia32
|
||||
compat/ia32/ia32_sysvec.c optional compat_ia32
|
||||
kern/imgact_elf32.c optional compat_ia32
|
||||
#
|
||||
# Linux/i386 binary support
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user