aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAdam David <adam@FreeBSD.org>1994-09-19 19:54:49 +0000
committerAdam David <adam@FreeBSD.org>1994-09-19 19:54:49 +0000
commitfcf8309d749bd271a3b7f54f0f2f9b7a61685b26 (patch)
treee95028d3349429f405cc350a5f8c97e99f045a9c /sys
parent49de41577e22f26f71caed8f4791bdb8b6839db0 (diff)
downloadsrc-fcf8309d749bd271a3b7f54f0f2f9b7a61685b26.tar.gz
src-fcf8309d749bd271a3b7f54f0f2f9b7a61685b26.zip
Default wait approx 10 seconds for keypress during boot
Added comment about multiplication factor
Notes
Notes: svn path=/head/; revision=2901
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/boot/Makefile6
-rw-r--r--sys/i386/boot/biosboot/Makefile6
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/i386/boot/Makefile b/sys/i386/boot/Makefile
index 53ef3ef391e3..30ef810f3f97 100644
--- a/sys/i386/boot/Makefile
+++ b/sys/i386/boot/Makefile
@@ -20,7 +20,7 @@
# the rights to redistribute these changes.
#
# from: Mach, Revision 2.2 92/04/04 11:33:46 rpd
-# $Id: Makefile,v 1.13 1994/09/18 07:39:53 swallace Exp $
+# $Id: Makefile,v 1.14 1994/09/18 19:10:11 swallace Exp $
#
wd0:
@@ -32,8 +32,8 @@ wd0:
NOPROG= noprog
NOMAN= noman
-# tunable loopcount parameter, waiting for keypress
-BOOTWAIT?= 2400
+# tunable loopcount parameter, waiting for keypress (*1/100s)
+BOOTWAIT?= 1000
CFLAGS = -O2 -DDO_BAD144 -DBOOTWAIT=${BOOTWAIT} -I${.CURDIR}
LIBS= -lc
diff --git a/sys/i386/boot/biosboot/Makefile b/sys/i386/boot/biosboot/Makefile
index 53ef3ef391e3..30ef810f3f97 100644
--- a/sys/i386/boot/biosboot/Makefile
+++ b/sys/i386/boot/biosboot/Makefile
@@ -20,7 +20,7 @@
# the rights to redistribute these changes.
#
# from: Mach, Revision 2.2 92/04/04 11:33:46 rpd
-# $Id: Makefile,v 1.13 1994/09/18 07:39:53 swallace Exp $
+# $Id: Makefile,v 1.14 1994/09/18 19:10:11 swallace Exp $
#
wd0:
@@ -32,8 +32,8 @@ wd0:
NOPROG= noprog
NOMAN= noman
-# tunable loopcount parameter, waiting for keypress
-BOOTWAIT?= 2400
+# tunable loopcount parameter, waiting for keypress (*1/100s)
+BOOTWAIT?= 1000
CFLAGS = -O2 -DDO_BAD144 -DBOOTWAIT=${BOOTWAIT} -I${.CURDIR}
LIBS= -lc