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/bootxx revert, this has to do with the b...



details:   https://anonhg.NetBSD.org/src/rev/0ca2e584faef
branches:  trunk
changeset: 342672:0ca2e584faef
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jan 04 18:17:31 2016 +0000

description:
revert, this has to do with the bootloader protocol version and should
stay the same until there is a reason for it to change.

diffstat:

 sys/arch/i386/stand/bootxx/pbr.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b6c2b15f73d4 -r 0ca2e584faef sys/arch/i386/stand/bootxx/pbr.S
--- a/sys/arch/i386/stand/bootxx/pbr.S  Mon Jan 04 16:24:52 2016 +0000
+++ b/sys/arch/i386/stand/bootxx/pbr.S  Mon Jan 04 18:17:31 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pbr.S,v 1.21 2016/01/03 20:59:47 christos Exp $        */
+/*     $NetBSD: pbr.S,v 1.22 2016/01/04 18:17:31 christos Exp $        */
 
 /*-
  * Copyright (c) 2003,2004 The NetBSD Foundation, Inc.
@@ -115,7 +115,7 @@
         */
        jmp     start0
        nop
-       .ascii  "NetBSD70"              /* oemname (8 bytes) */
+       .ascii  "NetBSD60"              /* oemname (8 bytes) */
 
        . = start + MBR_BPB_OFFSET      /* move to start of BPB */
                                        /* (ensures oemname doesn't overflow) */



Home | Main Index | Thread Index | Old Index