summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorrnordier <rnordier@FreeBSD.org>1998-11-11 08:56:17 +0000
committerrnordier <rnordier@FreeBSD.org>1998-11-11 08:56:17 +0000
commit225b2f25416b4a11b425250105d4acbfc5bd5638 (patch)
treeb11de216f358698b89fc1a9c70853c1ee81cdd4f /sys/boot
parentfdd963e6d41ecc5cf6fb15cd9d54dff505fbd1f1 (diff)
downloadFreeBSD-src-225b2f25416b4a11b425250105d4acbfc5bd5638.zip
FreeBSD-src-225b2f25416b4a11b425250105d4acbfc5bd5638.tar.gz
Revise error messages.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/i386/boot2/boot1.S4
-rw-r--r--sys/boot/i386/boot2/boot1.s4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/boot/i386/boot2/boot1.S b/sys/boot/i386/boot2/boot1.S
index 66812ab..4f769ef 100644
--- a/sys/boot/i386/boot2/boot1.S
+++ b/sys/boot/i386/boot2/boot1.S
@@ -13,7 +13,7 @@
# purpose.
#
-# $Id: boot1.s,v 1.4 1998/11/05 20:52:25 rnordier Exp $
+# $Id: boot1.s,v 1.5 1998/11/08 15:36:35 rnordier Exp $
.set MEM_REL,0x600 # Relocation address
.set MEM_ARG,0x800 # Arguments
@@ -221,7 +221,7 @@ read.5: ret # To caller
msg_read: .asciz "Read"
msg_part: .asciz "Boot"
-prompt: .asciz " error\r\nHit return: "
+prompt: .asciz " error\r\n"
.org PRT_OFF,0x90
diff --git a/sys/boot/i386/boot2/boot1.s b/sys/boot/i386/boot2/boot1.s
index 66812ab..4f769ef 100644
--- a/sys/boot/i386/boot2/boot1.s
+++ b/sys/boot/i386/boot2/boot1.s
@@ -13,7 +13,7 @@
# purpose.
#
-# $Id: boot1.s,v 1.4 1998/11/05 20:52:25 rnordier Exp $
+# $Id: boot1.s,v 1.5 1998/11/08 15:36:35 rnordier Exp $
.set MEM_REL,0x600 # Relocation address
.set MEM_ARG,0x800 # Arguments
@@ -221,7 +221,7 @@ read.5: ret # To caller
msg_read: .asciz "Read"
msg_part: .asciz "Boot"
-prompt: .asciz " error\r\nHit return: "
+prompt: .asciz " error\r\n"
.org PRT_OFF,0x90
OpenPOWER on IntegriCloud