mirror of https://github.com/acidanthera/audk.git
Remove debug code.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7196 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
3d0134ba7b
commit
a4f31dafa7
|
@ -110,19 +110,6 @@ EnterDxeMain (
|
|||
IN VOID *PageTable
|
||||
);
|
||||
|
||||
VOID
|
||||
WaitForKey ()
|
||||
{
|
||||
PrintString("Press Enter to continue ...\n");
|
||||
_asm {
|
||||
mov al, 20h
|
||||
out 64h, al
|
||||
AGAIN: in al, 60h
|
||||
cmp al, 1ch
|
||||
jnz AGAIN
|
||||
}
|
||||
}
|
||||
|
||||
VOID
|
||||
DxeInit (
|
||||
IN EFILDRHANDOFF *Handoff
|
||||
|
@ -312,7 +299,7 @@ Returns:
|
|||
PrintString("\n");
|
||||
EFI_DEADLOOP();
|
||||
*/
|
||||
WaitForKey ();
|
||||
|
||||
ClearScreen();
|
||||
PrintString("\n\n\n\n\n\n\n\n\n\n");
|
||||
PrintString(" WELCOME TO EFI WORLD!\n");
|
||||
|
|
Loading…
Reference in New Issue