mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-23 13:44:33 +02:00
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:
parent
7674c40a2d
commit
d0b0659fbe
@ -501,7 +501,7 @@ ClearScreen:
|
|||||||
pushl %eax
|
pushl %eax
|
||||||
pushl %ecx
|
pushl %ecx
|
||||||
|
|
||||||
movb 0x00, %al
|
movb $0x00, %al
|
||||||
movb $0xc, %ah
|
movb $0xc, %ah
|
||||||
movl $0xb8000, %edi
|
movl $0xb8000, %edi
|
||||||
movl $80*24, %ecx
|
movl $80*24, %ecx
|
||||||
|
Loading…
x
Reference in New Issue
Block a user