summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Nordier <rnordier@FreeBSD.org>1998-11-11 08:56:17 +0000
committerRobert Nordier <rnordier@FreeBSD.org>1998-11-11 08:56:17 +0000
commit21ffb6774a08602e1208977da6c5a652d85d32b6 (patch)
tree5ce0e2ad44546ffbf707d83d511b3404e8460e86
parentaeb41b899d2674c1a5570fc1716c853e147ab24d (diff)
Notes
-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 66812ab0788a..4f769ef7bcf6 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 66812ab0788a..4f769ef7bcf6 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