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 Remove now-incorrect detail about th...



details:   https://anonhg.NetBSD.org/src/rev/7c251e4cb878
branches:  trunk
changeset: 759423:7c251e4cb878
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Wed Dec 08 21:56:42 2010 +0000

description:
Remove now-incorrect detail about the link address from comment.

diffstat:

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

diffs (18 lines):

diff -r 4c948b8d733a -r 7c251e4cb878 sys/arch/i386/stand/mbr/mbr.S
--- a/sys/arch/i386/stand/mbr/mbr.S     Wed Dec 08 21:02:12 2010 +0000
+++ b/sys/arch/i386/stand/mbr/mbr.S     Wed Dec 08 21:56:42 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mbr.S,v 1.22 2009/11/19 22:10:03 dsl Exp $     */
+/*     $NetBSD: mbr.S,v 1.23 2010/12/08 21:56:42 jakllsch Exp $        */
 
 /*
  * Copyright (c) 1999-2004 The NetBSD Foundation, Inc. 
@@ -121,7 +121,7 @@
        .code16
 /*
  * Move ourselves out of the way first.
- * (to the address we are linked at - 0x600)
+ * (to the address we are linked at)
  * and zero our bss
  */
 ENTRY(start)



Home | Main Index | Thread Index | Old Index