Deleted Added
full compact
loader.conf (219647) loader.conf (220594)
1# This is loader.conf - a file full of useful variables that you can
2# set to change the default load behavior of your system. You should
3# not edit this file! Put any overrides into one of the
4# loader_conf_files instead and you will be able to update these
5# defaults later without spamming your local configuration information.
6#
7# All arguments must be in double quotes.
8#
1# This is loader.conf - a file full of useful variables that you can
2# set to change the default load behavior of your system. You should
3# not edit this file! Put any overrides into one of the
4# loader_conf_files instead and you will be able to update these
5# defaults later without spamming your local configuration information.
6#
7# All arguments must be in double quotes.
8#
9# $FreeBSD: head/sys/boot/forth/loader.conf 219647 2011-03-14 22:42:41Z davidch $
9# $FreeBSD: head/sys/boot/forth/loader.conf 220594 2011-04-13 12:19:03Z pluknet $
10
11##############################################################
12### Basic configuration options ############################
13##############################################################
14
15exec=".( Loading /boot/defaults/loader.conf ) cr"
16
17kernel="kernel" # /boot sub-directory containing kernel and modules

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

102#kern.msgbufsize="65536" # Set size of kernel message buffer
103#kern.nbuf="" # Set the number of buffer headers
104#kern.ncallout="" # Set the maximum # of timer events
105#kern.ngroups="1023" # Set the maximum # of supplemental groups
106#kern.sgrowsiz="" # Set the amount to grow stack
107#kern.cam.scsi_delay="2000" # Delay (in ms) before probing SCSI
108#kern.ipc.maxsockets="" # Set the maximum number of sockets avaliable
109#kern.ipc.nmbclusters="" # Set the number of mbuf clusters
10
11##############################################################
12### Basic configuration options ############################
13##############################################################
14
15exec=".( Loading /boot/defaults/loader.conf ) cr"
16
17kernel="kernel" # /boot sub-directory containing kernel and modules

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

102#kern.msgbufsize="65536" # Set size of kernel message buffer
103#kern.nbuf="" # Set the number of buffer headers
104#kern.ncallout="" # Set the maximum # of timer events
105#kern.ngroups="1023" # Set the maximum # of supplemental groups
106#kern.sgrowsiz="" # Set the amount to grow stack
107#kern.cam.scsi_delay="2000" # Delay (in ms) before probing SCSI
108#kern.ipc.maxsockets="" # Set the maximum number of sockets avaliable
109#kern.ipc.nmbclusters="" # Set the number of mbuf clusters
110#kern.ipc.nmbufs="" # Set the maximum number of mbufs
111#kern.ipc.nsfbufs="" # Set the number of sendfile(2) bufs
112#net.inet.tcp.tcbhashsize="" # Set the value of TCBHASHSIZE
113#vfs.root.mountfrom="" # Specify root partition in a way the
114 # kernel understands
115#vm.kmem_size="" # Sets the size of kernel memory (bytes)
116#debug.ktr.cpumask="0xf" # Bitmask of CPUs to enable KTR on
117#debug.ktr.mask="0x1200" # Bitmask of KTR events to enable
118#debug.ktr.verbose="1" # Enable console dump of KTR events

--- 407 unchanged lines hidden ---
110#kern.ipc.nsfbufs="" # Set the number of sendfile(2) bufs
111#net.inet.tcp.tcbhashsize="" # Set the value of TCBHASHSIZE
112#vfs.root.mountfrom="" # Specify root partition in a way the
113 # kernel understands
114#vm.kmem_size="" # Sets the size of kernel memory (bytes)
115#debug.ktr.cpumask="0xf" # Bitmask of CPUs to enable KTR on
116#debug.ktr.mask="0x1200" # Bitmask of KTR events to enable
117#debug.ktr.verbose="1" # Enable console dump of KTR events

--- 407 unchanged lines hidden ---