diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2001-11-03 22:21:21 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2001-11-03 22:21:21 +0000 |
| commit | dfd89d691e4375b1d77a959dfb41fbc8ef393118 (patch) | |
| tree | 167c12afebade84a97a85cf3b69dec2fc44a4b02 /sys | |
| parent | 580d63df6821077a3fb1cc65a28ea57db3f33520 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/boot/i386/btx/btx/btx.S | 3 | ||||
| -rw-r--r-- | sys/boot/i386/btx/btx/btx.s | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/boot/i386/btx/btx/btx.S b/sys/boot/i386/btx/btx/btx.S index afa20fd51934..e5c8ec494e3b 100644 --- a/sys/boot/i386/btx/btx/btx.S +++ b/sys/boot/i386/btx/btx/btx.S @@ -1077,7 +1077,7 @@ putchr.3: cmpb $SCR_ROW,%dh # Beyond screen? movw $(SCR_ROW-1)*SCR_COL/2,%cx # Words to move rep # Scroll movsl # screen - movb $' ',%al # Space + movb $0x20,%al # Space movb $SCR_COL,%cl # Columns to clear rep # Clear stosw # line @@ -1085,6 +1085,7 @@ putchr.3: cmpb $SCR_ROW,%dh # Beyond screen? putchr.4: movw %dx,(%ebx) # Update position popa # Restore ret # To caller +') .p2align 4 # diff --git a/sys/boot/i386/btx/btx/btx.s b/sys/boot/i386/btx/btx/btx.s index afa20fd51934..e5c8ec494e3b 100644 --- a/sys/boot/i386/btx/btx/btx.s +++ b/sys/boot/i386/btx/btx/btx.s @@ -1077,7 +1077,7 @@ putchr.3: cmpb $SCR_ROW,%dh # Beyond screen? movw $(SCR_ROW-1)*SCR_COL/2,%cx # Words to move rep # Scroll movsl # screen - movb $' ',%al # Space + movb $0x20,%al # Space movb $SCR_COL,%cl # Columns to clear rep # Clear stosw # line @@ -1085,6 +1085,7 @@ putchr.3: cmpb $SCR_ROW,%dh # Beyond screen? putchr.4: movw %dx,(%ebx) # Update position popa # Restore ret # To caller +') .p2align 4 # |
