MFR5: rev 1.421.2.6: Enable support for 32-bit Linux binaries by default.

There are too many questions in freebsd-amd64@ about how to enable Linux
support that it seems a required piece of functionality.  Thus we should
just have it on by default.
This commit is contained in:
David E. O'Brien 2005-03-31 20:55:10 +00:00
parent 6748f93705
commit 503e759c5d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=144427

View File

@ -46,8 +46,10 @@ options CD9660 # ISO 9660 Filesystem
options PROCFS # Process filesystem (requires PSEUDOFS)
options PSEUDOFS # Pseudo-filesystem framework
options GEOM_GPT # GUID Partition Tables.
options COMPAT_43 # Needed by COMPAT_LINUX32
options COMPAT_IA32 # Compatible with i386 binaries
options COMPAT_FREEBSD4 # Compatible with FreeBSD4
options COMPAT_LINUX32 # Compatible with i386 linux binaries
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
options KTRACE # ktrace(1) support
options SYSVSHM # SYSV-style shared memory
@ -77,6 +79,9 @@ options SMP # Symmetric MultiProcessor Kernel
device atpic # 8259A compatability
options NO_MIXED_MODE # Don't penalize working chipsets
# Linux 32-bit ABI support
options LINPROCFS # Cannot be a module yet.
# Bus support. Do not remove isa, even if you have no isa slots
device acpi
device isa