diff options
Diffstat (limited to 'memtestEDK')
-rw-r--r-- | memtestEDK/Memtest/GraphicsOutput/TextOutput.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/memtestEDK/Memtest/GraphicsOutput/TextOutput.c b/memtestEDK/Memtest/GraphicsOutput/TextOutput.c index 31c6066..2911de8 100644 --- a/memtestEDK/Memtest/GraphicsOutput/TextOutput.c +++ b/memtestEDK/Memtest/GraphicsOutput/TextOutput.c @@ -33,6 +33,10 @@ UefiMain ( efiStatus = Console->OutputString(Console, test); Print(L"efiStatus: %r\n", efiStatus); + Console->SetCursorPosition(Console, 3, 8); + Print(L"JKHJHKHKHJKHKJHKHK\n"); + Console->EnableCursor(Console, FALSE); + //Console->SetMode(Console, 2); // while(1) {} |