diff options
author | obrien <obrien@FreeBSD.org> | 2006-01-12 01:20:59 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2006-01-12 01:20:59 +0000 |
commit | 466d2317fb59e24344e5291c55b616dc2d4af139 (patch) | |
tree | 09ab0a24477186527eb19a79f5766c0e4ff9464a /sys/amd64 | |
parent | f7eb4c2c1d914775f52e34cfcecbc20ae22392b8 (diff) | |
download | FreeBSD-src-466d2317fb59e24344e5291c55b616dc2d4af139.zip FreeBSD-src-466d2317fb59e24344e5291c55b616dc2d4af139.tar.gz |
Move linux support to the linux section.
Diffstat (limited to 'sys/amd64')
-rw-r--r-- | sys/amd64/conf/GENERIC | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index eec2e6c..feda823 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -50,7 +50,6 @@ options COMPAT_43TTY # BSD 4.3 TTY compat [KEEP THIS!] options COMPAT_IA32 # Compatible with i386 binaries options COMPAT_FREEBSD4 # Compatible with FreeBSD4 options COMPAT_FREEBSD5 # Compatible with FreeBSD5 -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 @@ -78,6 +77,7 @@ options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed options SMP # Symmetric MultiProcessor Kernel # Linux 32-bit ABI support +options COMPAT_LINUX32 # Compatible with i386 linux binaries options LINPROCFS # Cannot be a module yet. # Bus support. |