Finished Aurix Protocol, AxBoot logs to file now
This commit is contained in:
parent
b1d59e02eb
commit
d1a5d7d43d
37 changed files with 744 additions and 221 deletions
|
@ -33,7 +33,7 @@ void get_datetime(struct datetime *dt)
|
|||
|
||||
status = gSystemTable->RuntimeServices->GetTime(&uefi_dt, NULL);
|
||||
if (EFI_ERROR(status)) {
|
||||
debug("get_datetime(): Failed to acquire current time, setting to 1970/01/01 00:00:00!\n");
|
||||
log("get_datetime(): Failed to acquire current time, setting to 1970/01/01 00:00:00!\n");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue