Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/stand/mbr/mbr Reinstate the banner.



details:   https://anonhg.NetBSD.org/src/rev/00b098238ade
branches:  trunk
changeset: 749135:00b098238ade
user:      dsl <dsl%NetBSD.org@localhost>
date:      Wed Nov 18 21:04:12 2009 +0000

description:
Reinstate the banner.
This was added to detect problems when the mbr code gets written into the pbr.
(When the code loops reading the pbr!)
It is also a useful diagnosting that the boot it proceeding normally.

diffstat:

 sys/arch/i386/stand/mbr/mbr/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (11 lines):

diff -r 781bbf974e9f -r 00b098238ade sys/arch/i386/stand/mbr/mbr/Makefile
--- a/sys/arch/i386/stand/mbr/mbr/Makefile      Wed Nov 18 21:02:16 2009 +0000
+++ b/sys/arch/i386/stand/mbr/mbr/Makefile      Wed Nov 18 21:04:12 2009 +0000
@@ -1,6 +1,5 @@
-#      $NetBSD: Makefile,v 1.2 2008/04/30 16:18:26 ad Exp $
+#      $NetBSD: Makefile,v 1.3 2009/11/18 21:04:12 dsl Exp $
 
 PROG= mbr
-CPPFLAGS+=     -DNO_BANNER
 
 .include <../Makefile.mbr>



Home | Main Index | Thread Index | Old Index