cleanScreen verified.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7874 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
gikidy 2009-03-13 03:32:55 +00:00
parent 7674c40a2d
commit d0b0659fbe
1 changed files with 1 additions and 1 deletions

View File

@ -501,7 +501,7 @@ ClearScreen:
pushl %eax
pushl %ecx
movb 0x00, %al
movb $0x00, %al
movb $0xc, %ah
movl $0xb8000, %edi
movl $80*24, %ecx