Deleted Added
full compact
NOTES (121613) NOTES (121628)
1# $FreeBSD: head/sys/conf/NOTES 121613 2003-10-27 11:19:08Z harti $
1# $FreeBSD: head/sys/conf/NOTES 121628 2003-10-28 05:47:40Z sam $
2#
3# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
4#
5# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
6# 'makeoptions', 'hints', etc. go into the kernel configuration that you
7# run config(8) with.
8#
9# Lines that begin with 'hint.' are NOT for config(8), they go into your

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

2290# Embedded system options:
2291#
2292# An embedded system might want to run something other than init.
2293options INIT_PATH=/sbin/init:/stand/sysinstall
2294
2295# Debug options
2296options BUS_DEBUG # enable newbus debugging
2297options DEBUG_VFS_LOCKS # enable vfs lock debugging
2#
3# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
4#
5# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
6# 'makeoptions', 'hints', etc. go into the kernel configuration that you
7# run config(8) with.
8#
9# Lines that begin with 'hint.' are NOT for config(8), they go into your

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

2290# Embedded system options:
2291#
2292# An embedded system might want to run something other than init.
2293options INIT_PATH=/sbin/init:/stand/sysinstall
2294
2295# Debug options
2296options BUS_DEBUG # enable newbus debugging
2297options DEBUG_VFS_LOCKS # enable vfs lock debugging
2298options SOCKBUF_DEBUG # enable sockbuf last record/mb tail checking
2298
2299#####################################################################
2300# SYSV IPC KERNEL PARAMETERS
2301#
2302# Maximum number of entries in a semaphore map.
2303options SEMMAP=31
2304
2305# Maximum number of System V semaphores that can be used on the system at

--- 118 unchanged lines hidden ---
2299
2300#####################################################################
2301# SYSV IPC KERNEL PARAMETERS
2302#
2303# Maximum number of entries in a semaphore map.
2304options SEMMAP=31
2305
2306# Maximum number of System V semaphores that can be used on the system at

--- 118 unchanged lines hidden ---