XTLDR Rewrite #7

Merged
belliash merged 184 commits from xtldr_rewrite into master 2024-01-09 18:51:04 +01:00
Showing only changes of commit dae5900bc7 - Show all commits

View File

@ -189,7 +189,7 @@ XTCDECL
VOID VOID
FbPrintDisplayInformation() FbPrintDisplayInformation()
{ {
PWCHAR DriverName; PWCHAR DriverName = NULL;
/* Make sure frame buffer is initialized */ /* Make sure frame buffer is initialized */
if(!FrameBufferInfo.Initialized) if(!FrameBufferInfo.Initialized)
@ -203,7 +203,6 @@ FbPrintDisplayInformation()
FbGetDisplayDriver(DriverName); FbGetDisplayDriver(DriverName);
/* Print video information */ /* Print video information */
XtLdrProtocol->Debug.Print(L"TEST: %S\n", DriverName);
XtLdrProtocol->Debug.Print(L"XTLDR Framebuffer information:\n" XtLdrProtocol->Debug.Print(L"XTLDR Framebuffer information:\n"
L" FrameBuffer Address: 0x%lx\n" L" FrameBuffer Address: 0x%lx\n"
L" FrameBuffer Size: %lu\n" L" FrameBuffer Size: %lu\n"