Copy compressed kernel with miniroot inside to "netbsd" rather than

"netbsd.gz".  This speeds the boot by a small but perceptable amount.

The time between when the bootblocks print "no such file or directory"
for netbsd and when they show signs of actually having found netbsd.gz
is long enough to be noticeable, and looks bad..
This commit is contained in:
sommerfe 1999-03-13 20:02:32 +00:00
parent 3456da383e
commit d9994f64bd

View File

@ -1,4 +1,9 @@
# $NetBSD: list,v 1.2 1997/06/21 21:30:52 christos Exp $
# $NetBSD: list,v 1.3 1999/03/13 20:02:32 sommerfe Exp $
# copy the kernel
COPY ${OBJDIR}/netbsd.ram.gz netbsd.gz
# We copy compressed kernel to "netbsd" rather than "netbsd.gz" for two reasons
# 1) shaves two seconds off the boot as the bootblocks look for netbsd first.
# 2) avoids possible moment of confusion when bootblocks
# print "no such file or directory" error before moving on to netbsd.gz
COPY ${OBJDIR}/netbsd.ram.gz netbsd