summaryrefslogtreecommitdiffstats
path: root/sys/i386/boot/Makefile
diff options
context:
space:
mode:
authoradam <adam@FreeBSD.org>1994-06-16 03:53:29 +0000
committeradam <adam@FreeBSD.org>1994-06-16 03:53:29 +0000
commit91cdb9393a35b5ba6d33a5381e8c22a25a7f77a5 (patch)
treec2b96e4a73cd4276ea7a9122d2a954080a257d23 /sys/i386/boot/Makefile
parent69a52a0f02a4b2e70811af2c87892c8f961d2db0 (diff)
downloadFreeBSD-src-91cdb9393a35b5ba6d33a5381e8c22a25a7f77a5.zip
FreeBSD-src-91cdb9393a35b5ba6d33a5381e8c22a25a7f77a5.tar.gz
Changed delay mechanism to rely more on I/O spinning. If spinning on the
like this is bad news, it will have to be revised. Shortened some verbose messages for when the kernel is loaded below 640k. Updated version number.
Diffstat (limited to 'sys/i386/boot/Makefile')
-rw-r--r--sys/i386/boot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/boot/Makefile b/sys/i386/boot/Makefile
index d01d81c..774bce6 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.7 1994/06/02 16:50:56 jkh Exp $
+# $Id: Makefile,v 1.8 1994/06/15 18:15:16 adam Exp $
#
wd0:
@@ -33,7 +33,7 @@ NOPROG= noprog
NOMAN= noman
# tunable loopcount parameter, waiting for keypress
-BOOTWAIT=240000
+BOOTWAIT=2400
CFLAGS = -O2 -DDO_BAD144 -DBOOTWAIT=${BOOTWAIT} -I${.CURDIR}
LIBS= -lc
OpenPOWER on IntegriCloud