summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-08-16 12:51:33 +0000
committerobrien <obrien@FreeBSD.org>2004-08-16 12:51:33 +0000
commit9dc119c4b67e0952e92a5feb416e18e610733b7b (patch)
treea3f398176c8d75b0145073288247cffac99db985 /sys/amd64/conf
parent72f8d4470395b15ce35472c99829690da8d3a926 (diff)
downloadFreeBSD-src-9dc119c4b67e0952e92a5feb416e18e610733b7b.zip
FreeBSD-src-9dc119c4b67e0952e92a5feb416e18e610733b7b.tar.gz
Complete 'IA32' -> 'COMPAT_IA32' change for the Linuxulator32.
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r--sys/amd64/conf/GENERIC2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index aea50d5..fdeb6d5 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -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
OpenPOWER on IntegriCloud