summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/boot0
diff options
context:
space:
mode:
authorrnordier <rnordier@FreeBSD.org>1998-10-10 14:03:03 +0000
committerrnordier <rnordier@FreeBSD.org>1998-10-10 14:03:03 +0000
commitff07c61cc9e0930eebeb2102615b0d253860d37a (patch)
tree3e9bda8bf786d5e1d1d0e7cbadde205758101dff /sys/boot/i386/boot0
parentdc1560b257cd2576ab15eb332a7c0a3fb9f45c55 (diff)
downloadFreeBSD-src-ff07c61cc9e0930eebeb2102615b0d253860d37a.zip
FreeBSD-src-ff07c61cc9e0930eebeb2102615b0d253860d37a.tar.gz
Fix a typo.
Output another newline before invoking bootstrap.
Diffstat (limited to 'sys/boot/i386/boot0')
-rw-r--r--sys/boot/i386/boot0/boot0.s7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/boot/i386/boot0/boot0.s b/sys/boot/i386/boot0/boot0.s
index 41e373a..ae7fa5d 100644
--- a/sys/boot/i386/boot0/boot0.s
+++ b/sys/boot/i386/boot0/boot0.s
@@ -13,7 +13,7 @@
# purpose.
#
-# $Id: boot0.s,v 1.1.1.1 1998/10/05 10:08:37 rnordier Exp $
+# $Id: boot0.s,v 1.2 1998/10/09 17:19:51 rnordier Exp $
# A 512-byte boot manager.
@@ -38,7 +38,7 @@ start: cld # String ops inc
movsl # code
movb $0x10,%cl # Words to clear
rep # Zero
- stosl # then
+ stosl # them
incb1(-0xe,_di_) # Sector number
jmpnwi(main-LOAD+ORIGIN) # To relocated code
@@ -126,7 +126,8 @@ main.11: movwir(LOAD,_bx) # Address for read
jc main.5 # If error
cmpwi2(0xaa55,0x1fe,_bx_) # Bootable?
jne main.5 # No
- callwi(putn) # To next line
+ movwir(crlf,_si) # Leave some
+ callwi(puts) # space
jmp *%ebx # Invoke bootstrap
# Display routines
OpenPOWER on IntegriCloud