Deleted Added
full compact
NOTES (158357) 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/pc98/conf/NOTES 158357 2006-05-08 11:55:57Z nyan $
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
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
661#
662# SysVR4 ABI emulation
663#
664# The svr4 ABI emulator can be statically compiled into the kernel or loaded as
665# a KLD module.
666# The STREAMS network emulation code can also be compiled statically or as a
667# module. If loaded as a module, it must be loaded before the svr4 module
668# (the /usr/sbin/svr4 script does this for you). If compiling statically,

--- 128 unchanged lines hidden ---
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 ---