swap to uefi logger

This commit is contained in:
2025-10-01 19:15:42 -07:00
parent 3fdaad42ad
commit 3b8243d401
4 changed files with 29 additions and 3 deletions

View File

@@ -13,4 +13,6 @@ pub fn init() {
.expect("unable to resolve image handle");
uefi::boot::set_image_handle(handle);
}
uefi::helpers::init().expect("failed to initialize uefi");
}