forked from KolibriOS/kolibrios
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:
parent
7cc4d5555e
commit
470c36df8b
@ -700,12 +700,12 @@ clear_vmodes_table:
|
||||
mov di, 1444
|
||||
xor ax, ax
|
||||
mov ah, 1*16+15
|
||||
mov cx, 70
|
||||
mov cx, 77
|
||||
mov bp, 12
|
||||
.loop_start:
|
||||
rep stosw
|
||||
mov cx, 70
|
||||
add di, 20
|
||||
mov cx, 77
|
||||
add di, 6
|
||||
dec bp
|
||||
jns .loop_start
|
||||
pop es
|
||||
|
Loading…
Reference in New Issue
Block a user