Deleted Added
sdiff udiff text old ( 158357 ) new ( 158381 )
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/pc98/conf/NOTES 158381 2006-05-09 22:27:01Z ambrisko $
8#
9
10options PC98
11
12#
13# We want LINT to cover profiling as well.
14profile 2
15

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

653
654# Enable i386 a.out binary support
655options COMPAT_AOUT
656
657# Enable the linux-like proc filesystem support (requires COMPAT_LINUX
658# and PSEUDOFS)
659options LINPROCFS
660
661# Enable the linux-like sys filesystem support (requires COMPAT_LINUX
662# and PSEUDOFS)
663options LINSYSFS
664
665#
666# SysVR4 ABI emulation
667#
668# The svr4 ABI emulator can be statically compiled into the kernel or loaded as
669# a KLD module.
670# The STREAMS network emulation code can also be compiled statically or as a
671# module. If loaded as a module, it must be loaded before the svr4 module
672# (the /usr/sbin/svr4 script does this for you). If compiling statically,

--- 128 unchanged lines hidden ---