Deleted Added
full compact
NOTES (158101) 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/amd64/conf/NOTES 158101 2006-04-28 05:23:10Z scottl $
7# $FreeBSD: head/sys/amd64/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#####################################################################

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

502
503# Enable 32-bit Linux ABI emulation (requires COMPAT_43 and COMPAT_IA32)
504options COMPAT_LINUX32
505
506# Enable the linux-like proc filesystem support (requires COMPAT_LINUX32
507# and PSEUDOFS)
508options LINPROCFS
509
8#
9
10#
11# We want LINT to cover profiling as well.
12profile 2
13
14
15#####################################################################

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

502
503# Enable 32-bit Linux ABI emulation (requires COMPAT_43 and COMPAT_IA32)
504options COMPAT_LINUX32
505
506# Enable the linux-like proc filesystem support (requires COMPAT_LINUX32
507# and PSEUDOFS)
508options LINPROCFS
509
510#Enable the linux-like sys filesystem support (requires COMPAT_LINUX32
511# and PSEUDOFS)
512options LINSYSFS
513
510#
511# SysVR4 ABI emulation
512#
513# The svr4 ABI emulator can be statically compiled into the kernel or loaded as
514# a KLD module.
515# The STREAMS network emulation code can also be compiled statically or as a
516# module. If loaded as a module, it must be loaded before the svr4 module
517# (the /usr/sbin/svr4 script does this for you). If compiling statically,

--- 44 unchanged lines hidden ---
514#
515# SysVR4 ABI emulation
516#
517# The svr4 ABI emulator can be statically compiled into the kernel or loaded as
518# a KLD module.
519# The STREAMS network emulation code can also be compiled statically or as a
520# module. If loaded as a module, it must be loaded before the svr4 module
521# (the /usr/sbin/svr4 script does this for you). If compiling statically,

--- 44 unchanged lines hidden ---