Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/installboot correct comment



details:   https://anonhg.NetBSD.org/src/rev/048664578150
branches:  trunk
changeset: 537610:048664578150
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu Oct 03 05:31:25 2002 +0000

description:
correct comment

diffstat:

 usr.sbin/installboot/installboot.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0fd668f5a3cc -r 048664578150 usr.sbin/installboot/installboot.h
--- a/usr.sbin/installboot/installboot.h        Thu Oct 03 05:26:49 2002 +0000
+++ b/usr.sbin/installboot/installboot.h        Thu Oct 03 05:31:25 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: installboot.h,v 1.14 2002/06/02 10:44:57 isaki Exp $   */
+/*     $NetBSD: installboot.h,v 1.15 2002/10/03 05:31:25 lukem Exp $   */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -57,7 +57,7 @@
 
                                /* flags from -o options */
        IB_ALPHASUM =   1<<8,           /* set Alpha checksum */
-       IB_APPEND =     1<<9,           /* clear boot block */
+       IB_APPEND =     1<<9,           /* append stage 1 to EO(regular)F */
        IB_SUNSUM =     1<<10,          /* set Sun checksum */
        IB_STAGE1START= 1<<11,          /* start block for stage 1 provided */
        IB_STAGE2START= 1<<12,          /* start block for stage 2 provided */



Home | Main Index | Thread Index | Old Index