Full cleaning of lines after output messages. Fix for r.3777

git-svn-id: svn://kolibrios.org@3795 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Marat Zakiyanov (Mario79) 2013-07-10 00:21:52 +00:00
parent 7cc4d5555e
commit 470c36df8b

View File

@ -700,12 +700,12 @@ clear_vmodes_table:
mov di, 1444 mov di, 1444
xor ax, ax xor ax, ax
mov ah, 1*16+15 mov ah, 1*16+15
mov cx, 70 mov cx, 77
mov bp, 12 mov bp, 12
.loop_start: .loop_start:
rep stosw rep stosw
mov cx, 70 mov cx, 77
add di, 20 add di, 6
dec bp dec bp
jns .loop_start jns .loop_start
pop es pop es