For the sake of accuracy and coherence.
Index: mbr.S
===================================================================
RCS file: /cvs/openbsd/src/sys/arch/i386/stand/mbr/mbr.S,v
retrieving revision 1.21
diff -u -t -r1.21 mbr.S
--- mbr.S 25 Jun 2007 14:10:17 -0000 1.21
+++ mbr.S 20 Jun 2009 14:05:04 -0000
@@ -477,7 +477,7 @@
jmp err_stop
/*
- * Display string
+ * Lmessage: write the string in %ds:%si to console
*/
Lmessage:
pushw %ax
@@ -490,7 +490,7 @@
jmp 1b
/*
- * Lchr: write the error message in %ds:%si to console
+ * Lchr: write character in %al to console
*/
Lchr:
pushw %ax
Index: mbr.S
===================================================================
RCS file: /cvs/openbsd/src/sys/arch/amd64/stand/mbr/mbr.S,v
retrieving revision 1.3
diff -u -t -r1.3 mbr.S
--- mbr.S 25 Jun 2007 14:10:17 -0000 1.3
+++ mbr.S 20 Jun 2009 14:10:17 -0000
@@ -477,7 +477,7 @@
jmp err_stop
/*
- * Display string
+ * Lmessage: write the string in %ds:%si to console
*/
Lmessage:
pushw %ax
@@ -490,7 +490,7 @@
jmp 1b
/*
- * Lchr: write the error message in %ds:%si to console
+ * Lchr: write character in %al to console
*/
Lchr:
pushw %ax