OpenCore
1.0.4
OpenCore Bootloader
|
#include <Uefi.h>
Go to the source code of this file.
Functions | |
VOID | DirectResetCold (VOID) |
OVMF hardware reset implementation.
Copyright (c) 2021-2022, vit9696, mikebeaton. All rights reserved.
SPDX-License-Identifier: BSD-3-Clause
Definition in file OcDirectResetLib.h.
VOID DirectResetCold | ( | VOID | ) |
Perform cold reboot directly bypassing UEFI services. Does not return. Supposed to work in any modern physical or virtual environment.
Definition at line 16 of file DirectReset.c.