mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-19 01:11:05 +01:00
More reasonable example of BOOTWAIT parameter
Added comment about multiplication factor
This commit is contained in:
parent
fcf8309d74
commit
6766ed571b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2902
@ -1,4 +1,4 @@
|
||||
# $Id: make.conf,v 1.8 1994/06/16 17:13:53 ache Exp $
|
||||
# $Id: make.conf,v 1.9 1994/09/19 02:02:55 ache Exp $
|
||||
#
|
||||
# This file, if present, will be read by make (see /usr/share/mk/sys.mk)
|
||||
# It allows you to override macro definitions to make, without changing
|
||||
@ -47,10 +47,10 @@
|
||||
#
|
||||
# How many times to check if a key has been pressed before giving up and
|
||||
# booting the default kernel. 0 actually means check once, but saves the
|
||||
# loop overhead.
|
||||
# loop overhead. This value is approximately in 1/100ths of a second.
|
||||
#
|
||||
#BOOTWAIT=0
|
||||
#BOOTWAIT=640000
|
||||
#BOOTWAIT=3000
|
||||
#
|
||||
#
|
||||
# Allow 'cc' to generate all FPU codes. Do not use this if you intend to
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: make.conf,v 1.8 1994/06/16 17:13:53 ache Exp $
|
||||
# $Id: make.conf,v 1.9 1994/09/19 02:02:55 ache Exp $
|
||||
#
|
||||
# This file, if present, will be read by make (see /usr/share/mk/sys.mk)
|
||||
# It allows you to override macro definitions to make, without changing
|
||||
@ -47,10 +47,10 @@
|
||||
#
|
||||
# How many times to check if a key has been pressed before giving up and
|
||||
# booting the default kernel. 0 actually means check once, but saves the
|
||||
# loop overhead.
|
||||
# loop overhead. This value is approximately in 1/100ths of a second.
|
||||
#
|
||||
#BOOTWAIT=0
|
||||
#BOOTWAIT=640000
|
||||
#BOOTWAIT=3000
|
||||
#
|
||||
#
|
||||
# Allow 'cc' to generate all FPU codes. Do not use this if you intend to
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: make.conf,v 1.8 1994/06/16 17:13:53 ache Exp $
|
||||
# $Id: make.conf,v 1.9 1994/09/19 02:02:55 ache Exp $
|
||||
#
|
||||
# This file, if present, will be read by make (see /usr/share/mk/sys.mk)
|
||||
# It allows you to override macro definitions to make, without changing
|
||||
@ -47,10 +47,10 @@
|
||||
#
|
||||
# How many times to check if a key has been pressed before giving up and
|
||||
# booting the default kernel. 0 actually means check once, but saves the
|
||||
# loop overhead.
|
||||
# loop overhead. This value is approximately in 1/100ths of a second.
|
||||
#
|
||||
#BOOTWAIT=0
|
||||
#BOOTWAIT=640000
|
||||
#BOOTWAIT=3000
|
||||
#
|
||||
#
|
||||
# Allow 'cc' to generate all FPU codes. Do not use this if you intend to
|
||||
|
Loading…
Reference in New Issue
Block a user