Beginning of refactor

This commit is contained in:
Jozef Nagy 2025-06-07 14:12:21 +02:00
parent 02e846f1ab
commit 860c9ea53c
Signed by untrusted user who does not match committer: crz
GPG key ID: 459A4811CEAC7068
5 changed files with 52 additions and 17 deletions

View file

@ -107,6 +107,8 @@ void uefi_exit_bs(void)
int tries = 0;
log("uefi_exit_bs(): Calling ExitBootServices(), this will be the last log you'll see before handoff!\n");
do {
map_key = 0;
map_size = 0;
@ -137,6 +139,4 @@ void uefi_exit_bs(void)
platform_reboot();
UNREACHABLE();
}
debug("uefi_exit_bs(): ExitBootServices() success!\n");
}