Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/arch/i386/stand/biosboot Pull up revision 1.34 (req...
details: https://anonhg.NetBSD.org/src/rev/e932d02562fd
branches: netbsd-1-5
changeset: 491038:e932d02562fd
user: he <he%NetBSD.org@localhost>
date: Sun Apr 01 16:29:43 2001 +0000
description:
Pull up revision 1.34 (requested by hubertf):
Document some SA_* options, in case someone needs to strip down
the bootblock to enable or add new features, such as enabling
password support. Addressess PR#12506.
diffstat:
sys/arch/i386/stand/biosboot/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 190ed39d3476 -r e932d02562fd sys/arch/i386/stand/biosboot/Makefile
--- a/sys/arch/i386/stand/biosboot/Makefile Sun Apr 01 16:29:20 2001 +0000
+++ b/sys/arch/i386/stand/biosboot/Makefile Sun Apr 01 16:29:43 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31.2.1 2000/08/23 23:06:48 erh Exp $
+# $NetBSD: Makefile,v 1.31.2.2 2001/04/01 16:29:43 he Exp $
S= ${.CURDIR}/../../../../
@@ -59,7 +59,8 @@
CFLAGS+= -Wall -Wmissing-prototypes -Wstrict-prototypes -Wno-main
SAMISCCPPFLAGS+= -DHEAP_START=0x20000 -DHEAP_LIMIT=0x50000
-SAMISCMAKEFLAGS= SA_USE_CREAD=yes SA_INCLUDE_NET=no
+SAMISCMAKEFLAGS+= SA_USE_CREAD=yes # Read compressed kernels
+SAMISCMAKEFLAGS+= SA_INCLUDE_NET=no # Netboot via TFTP, NFS
.if (${BASE} == "biosboot")
VERSIONFILE= ${.CURDIR}/version
Home |
Main Index |
Thread Index |
Old Index