Enable COMPAT_FREEBSD32 for the Octeon kernel config by default.

This commit is contained in:
Juli Mallett 2012-03-09 07:53:44 +00:00
parent 55c71d634f
commit f6f8319094

View File

@ -61,7 +61,7 @@ options PROCFS # Process filesystem (requires PSEUDOFS)
options PSEUDOFS # Pseudo-filesystem framework
options GEOM_PART_GPT # GUID Partition Tables.
options GEOM_LABEL # Provides labelization
#options COMPAT_FREEBSD32 # Compatible with o32 binaries (not yet)
options COMPAT_FREEBSD32 # Compatible with o32 binaries (not yet)
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
options KTRACE # ktrace(1) support
options STACK # stack(9) support