From 7079074a9cf9322dc784a952575964cfd9833c1b Mon Sep 17 00:00:00 2001 From: jhb Date: Sat, 3 Nov 2001 22:21:21 +0000 Subject: [PATCH] Whoops, missed these bits in the previous commit. --- sys/boot/i386/btx/btx/btx.S | 3 ++- 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 #