Deleted Added
full compact
NOTES (158350) NOTES (158381)
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#
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 158350 2006-05-07 20:13:18Z maxim $
7# $FreeBSD: head/sys/i386/conf/NOTES 158381 2006-05-09 22:27:01Z ambrisko $
8#
9
10#
11# We want LINT to cover profiling as well.
12profile 2
13
14
15#####################################################################

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

1036
1037# Enable i386 a.out binary support
1038options COMPAT_AOUT
1039
1040# Enable the linux-like proc filesystem support (requires COMPAT_LINUX
1041# and PSEUDOFS)
1042options LINPROCFS
1043
8#
9
10#
11# We want LINT to cover profiling as well.
12profile 2
13
14
15#####################################################################

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

1036
1037# Enable i386 a.out binary support
1038options COMPAT_AOUT
1039
1040# Enable the linux-like proc filesystem support (requires COMPAT_LINUX
1041# and PSEUDOFS)
1042options LINPROCFS
1043
1044#Enable the linux-like sys filesystem support (requires COMPAT_LINUX
1045# and PSEUDOFS)
1046options LINSYSFS
1047
1044#
1045# SysVR4 ABI emulation
1046#
1047# The svr4 ABI emulator can be statically compiled into the kernel or loaded as
1048# a KLD module.
1049# The STREAMS network emulation code can also be compiled statically or as a
1050# module. If loaded as a module, it must be loaded before the svr4 module
1051# (the /usr/sbin/svr4 script does this for you). If compiling statically,

--- 70 unchanged lines hidden ---
1048#
1049# SysVR4 ABI emulation
1050#
1051# The svr4 ABI emulator can be statically compiled into the kernel or loaded as
1052# a KLD module.
1053# The STREAMS network emulation code can also be compiled statically or as a
1054# module. If loaded as a module, it must be loaded before the svr4 module
1055# (the /usr/sbin/svr4 script does this for you). If compiling statically,

--- 70 unchanged lines hidden ---