XTLDR Rewrite #7

Fusionnée
belliash a fusionné 184 révision(s) à partir de xtldr_rewrite vers master 2024-01-09 18:51:04 +01:00
Affiche uniquement les changements de la révision 9a3e0f69fa - Afficher toutes les révisions

Voir le fichier

@@ -52,6 +52,14 @@ BlStartXtLoader(IN EFI_HANDLE ImageHandle,
} }
} }
/* Disable watchdog timer */
Status = EfiSystemTable->BootServices->SetWatchdogTimer(0, 0x10000, 0, NULL);
if(Status != STATUS_EFI_SUCCESS)
{
/* Failed to disable the timer, print message */
BlDebugPrint(L"WARNING: Failed to disable watchdog timer\n");
}
/* Temporary infinite loop */ /* Temporary infinite loop */
for(;;); for(;;);