make.conf (d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf) make.conf (4722ceb7d53e76507c76e053caab6b6f7b24ecef)
1#
2# NOTE: Please would any committer updating this file also update the
3# make.conf(5) manual page, if necessary, which is located in
4# src/share/man/man5/make.conf.5.
5#
6# /etc/make.conf, if present, will be read by make (see
7# /usr/share/mk/sys.mk). It allows you to override macro definitions
8# to make without changing your source tree, or anything the source

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

162#
163# By default we use COM1 as our serial console port *if* we're going to use
164# a serial port as our console at all. Alter as necessary.
165#
166# COM1: = 0x3F8, COM2: = 0x2F8, COM3: = 0x3E8, COM4: = 0x2E8
167#
168#BOOT_COMCONSOLE_PORT= 0x3F8
169#
1#
2# NOTE: Please would any committer updating this file also update the
3# make.conf(5) manual page, if necessary, which is located in
4# src/share/man/man5/make.conf.5.
5#
6# /etc/make.conf, if present, will be read by make (see
7# /usr/share/mk/sys.mk). It allows you to override macro definitions
8# to make without changing your source tree, or anything the source

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

162#
163# By default we use COM1 as our serial console port *if* we're going to use
164# a serial port as our console at all. Alter as necessary.
165#
166# COM1: = 0x3F8, COM2: = 0x2F8, COM3: = 0x3E8, COM4: = 0x2E8
167#
168#BOOT_COMCONSOLE_PORT= 0x3F8
169#
170# The default serial console speed is 9600. Set the speed to a larger value
171# for better interactive response.
170# The default serial console speed is 115200.
172#
171#
173#BOOT_COMCONSOLE_SPEED= 115200
172#BOOT_COMCONSOLE_SPEED= 9600
174#
175# By default the 'pxeboot' loader retrieves the kernel via NFS. Defining
176# this and recompiling /usr/src/stand will cause it to retrieve the kernel
177# via TFTP. This allows pxeboot to load a custom BOOTP diskless kernel yet
178# still mount the server's '/' (i.e. rather than load the server's kernel).
179#
180#LOADER_TFTP_SUPPORT= YES
181#

--- 99 unchanged lines hidden ---
173#
174# By default the 'pxeboot' loader retrieves the kernel via NFS. Defining
175# this and recompiling /usr/src/stand will cause it to retrieve the kernel
176# via TFTP. This allows pxeboot to load a custom BOOTP diskless kernel yet
177# still mount the server's '/' (i.e. rather than load the server's kernel).
178#
179#LOADER_TFTP_SUPPORT= YES
180#

--- 99 unchanged lines hidden ---