Module Name: src
Committed By: christos
Date: Mon Jan 4 18:17:31 UTC 2016
Modified Files:
src/sys/arch/i386/stand/bootxx: pbr.S
Log Message:
revert, this has to do with the bootloader protocol version and should
stay the same until there is a reason for it to change.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/i386/stand/bootxx/pbr.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/i386/stand/bootxx/pbr.S
diff -u src/sys/arch/i386/stand/bootxx/pbr.S:1.21 src/sys/arch/i386/stand/bootxx/pbr.S:1.22
--- src/sys/arch/i386/stand/bootxx/pbr.S:1.21 Sun Jan 3 15:59:47 2016
+++ src/sys/arch/i386/stand/bootxx/pbr.S Mon Jan 4 13:17:31 2016
@@ -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 @@ ENTRY(start)
*/
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) */