Module Name:    src
Committed By:   jakllsch
Date:           Wed Dec  8 21:56:42 UTC 2010

Modified Files:
        src/sys/arch/i386/stand/mbr: mbr.S

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


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/i386/stand/mbr/mbr.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/mbr/mbr.S
diff -u src/sys/arch/i386/stand/mbr/mbr.S:1.22 src/sys/arch/i386/stand/mbr/mbr.S:1.23
--- src/sys/arch/i386/stand/mbr/mbr.S:1.22	Thu Nov 19 22:10:03 2009
+++ src/sys/arch/i386/stand/mbr/mbr.S	Wed Dec  8 21:56:42 2010
@@ -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)

Reply via email to