Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/pmax/stand/lib Only include the dec disklabel at th...



details:   https://anonhg.NetBSD.org/src/rev/edd4ef08c73b
branches:  trunk
changeset: 467497:edd4ef08c73b
user:      simonb <simonb%NetBSD.org@localhost>
date:      Thu Mar 25 05:23:48 1999 +0000

description:
Only include the dec disklabel at the start of BOOTXX is defined.

diffstat:

 sys/arch/pmax/stand/lib/start.S |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 529e15c3f379 -r edd4ef08c73b sys/arch/pmax/stand/lib/start.S
--- a/sys/arch/pmax/stand/lib/start.S   Thu Mar 25 05:22:44 1999 +0000
+++ b/sys/arch/pmax/stand/lib/start.S   Thu Mar 25 05:23:48 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: start.S,v 1.9 1999/03/25 05:17:27 simonb Exp $ */
+/*     $NetBSD: start.S,v 1.10 1999/03/25 05:23:48 simonb Exp $        */
 
 /*
  * Copyright (c) 1992, 1993
@@ -59,6 +59,7 @@
 #include <mips/cpuregs.h>
 #include <machine/dec_prom.h>
 
+#ifdef BOOTXX
 /*
  * Boot block that starts in sector 0
  */
@@ -79,6 +80,7 @@
        .word   0,0, 0,0, 0,0, 0,0, 0,0, 0,0, 0,0, 0,0
        .word   0,0, 0,0, 0,0, 0,0, 0,0, 0,0, 0,0, 0,0
        .word   0,0, 0,0, 0
+#endif
 
        .extern callv, 4                /* XXX SNARK XXX */
 /*



Home | Main Index | Thread Index | Old Index