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_ser Pull up revision 1.6 (...



details:   https://anonhg.NetBSD.org/src/rev/b62f4d7d68cc
branches:  netbsd-1-5
changeset: 491039:b62f4d7d68cc
user:      he <he%NetBSD.org@localhost>
date:      Sun Apr 01 16:30:03 2001 +0000

description:
Pull up revision 1.6 (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_ser/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r e932d02562fd -r b62f4d7d68cc sys/arch/i386/stand/biosboot_ser/Makefile
--- a/sys/arch/i386/stand/biosboot_ser/Makefile Sun Apr 01 16:29:43 2001 +0000
+++ b/sys/arch/i386/stand/biosboot_ser/Makefile Sun Apr 01 16:30:03 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.5 2000/06/02 18:26:11 thorpej Exp $
+#      $NetBSD: Makefile,v 1.5.2.1 2001/04/01 16:30:03 he Exp $
 
 S=     ${.CURDIR}/../../../../
 
@@ -35,7 +35,8 @@
 CFLAGS+= -Wall -Wmissing-prototypes -Wstrict-prototypes -Wno-main
 
 SAMISCCPPFLAGS+= -DHEAP_START=0x10000 -DHEAP_LIMIT=0x40000
-SAMISCMAKEFLAGS= SA_USE_CREAD=yes SA_INCLUDE_NET=no
+SAMISCMAKEFLAGS= SA_USE_CREAD=yes      # Read compressed kernels
+SAMISCMAKEFLAGS= SA_INCLUDE_NET=no     # Support netboot 
 
 VERSIONFILE= ${.CURDIR}/../biosboot/version
 



Home | Main Index | Thread Index | Old Index