Deleted Added
sdiff udiff text old ( 285703 ) new ( 291419 )
full compact
1#
2# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
3#
4# This file contains machine dependent kernel configuration notes. For
5# machine independent notes, look in /sys/conf/NOTES.
6#
7# $FreeBSD: head/sys/i386/conf/NOTES 291419 2015-11-28 08:31:32Z kib $
8#
9
10#
11# We want LINT to cover profiling as well.
12profile 2
13
14#
15# Enable the kernel DTrace hooks which are required to load the DTrace

--- 968 unchanged lines hidden (view full) ---

984#
985options NKPT=31
986
987
988#####################################################################
989# ABI Emulation
990
991# Enable iBCS2 runtime support for SCO and ISC binaries
992#options IBCS2
993
994# Emulate spx device for client side of SVR3 local X interface
995options SPX_HACK
996
997# Enable Linux ABI emulation
998options COMPAT_LINUX
999
1000# Enable i386 a.out binary support

--- 85 unchanged lines hidden ---