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 change 60 to 70 which is the curr...



details:   https://anonhg.NetBSD.org/src/rev/a10daa9b475a
branches:  trunk
changeset: 342658:a10daa9b475a
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jan 03 20:59:47 2016 +0000

description:
change 60 to 70 which is the current release. Noticed by Rares Aioanei.

diffstat:

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

diffs (18 lines):

diff -r 8ed834adb3e4 -r a10daa9b475a sys/arch/i386/stand/bootxx/pbr.S
--- a/sys/arch/i386/stand/bootxx/pbr.S  Sun Jan 03 17:32:17 2016 +0000
+++ b/sys/arch/i386/stand/bootxx/pbr.S  Sun Jan 03 20:59:47 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pbr.S,v 1.20 2011/08/17 00:07:38 jakllsch Exp $        */
+/*     $NetBSD: pbr.S,v 1.21 2016/01/03 20:59:47 christos Exp $        */
 
 /*-
  * Copyright (c) 2003,2004 The NetBSD Foundation, Inc.
@@ -115,7 +115,7 @@
         */
        jmp     start0
        nop
-       .ascii  "NetBSD60"              /* oemname (8 bytes) */
+       .ascii  "NetBSD70"              /* oemname (8 bytes) */
 
        . = start + MBR_BPB_OFFSET      /* move to start of BPB */
                                        /* (ensures oemname doesn't overflow) */



Home | Main Index | Thread Index | Old Index