summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386
diff options
context:
space:
mode:
authorremko <remko@FreeBSD.org>2007-02-23 21:07:44 +0000
committerremko <remko@FreeBSD.org>2007-02-23 21:07:44 +0000
commit994824acc1488ea72efda1251ee087245098bc04 (patch)
treee17257e935baf2a94dde7cdc8a4108ef58d571a2 /sys/boot/i386
parentc3843b2ccaf121804fc5e9fb1a761e28fa284014 (diff)
downloadFreeBSD-src-994824acc1488ea72efda1251ee087245098bc04.zip
FreeBSD-src-994824acc1488ea72efda1251ee087245098bc04.tar.gz
Fix the cdboot twiddle display.
I created and tested this with a custom FreeSBIE cd-image. PR: i386/96452 Submitted by: Yuichiro Goto <y7goto at gmail dot com> MFC after: 3 days Approved by: imp (mentor)
Diffstat (limited to 'sys/boot/i386')
-rw-r--r--sys/boot/i386/cdboot/cdboot.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/i386/cdboot/cdboot.s b/sys/boot/i386/cdboot/cdboot.s
index cd16966..d6129d0 100644
--- a/sys/boot/i386/cdboot/cdboot.s
+++ b/sys/boot/i386/cdboot/cdboot.s
@@ -472,7 +472,7 @@ putc: mov $0x7,%bx # attribute for output
twiddle: push %ax # Save
push %bx # Save
mov twiddle_index,%al # Load index
- mov twiddle_chars,%bx # Address table
+ mov $twiddle_chars,%bx # Address table
inc %al # Next
and $3,%al # char
mov %al,twiddle_index # Save index for next call
OpenPOWER on IntegriCloud