#![no_main] use uefi::prelude::*; #[entry] const fn main() -> Status { Status::SUCCESS }