mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-23 21:54:27 +02:00
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
|
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
|
VOID
|
||||||
DxeInit (
|
DxeInit (
|
||||||
IN EFILDRHANDOFF *Handoff
|
IN EFILDRHANDOFF *Handoff
|
||||||
@ -312,7 +299,7 @@ Returns:
|
|||||||
PrintString("\n");
|
PrintString("\n");
|
||||||
EFI_DEADLOOP();
|
EFI_DEADLOOP();
|
||||||
*/
|
*/
|
||||||
WaitForKey ();
|
|
||||||
ClearScreen();
|
ClearScreen();
|
||||||
PrintString("\n\n\n\n\n\n\n\n\n\n");
|
PrintString("\n\n\n\n\n\n\n\n\n\n");
|
||||||
PrintString(" WELCOME TO EFI WORLD!\n");
|
PrintString(" WELCOME TO EFI WORLD!\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user