Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/eholk/Boot2Rust
/ efi_main
Function
efi_main
src/boot.rs:13–17 ·
view source on GitHub ↗
(sys : uefi::SystemTable)
Source
from the content-addressed store, hash-verified
11
12
#[no_split_stack]
13
pub fn efi_main(sys : uefi::SystemTable) {
14
sys.console().write(
"Hello, World!\n\r"
);
15
16
loop {}
17
}
Callers
1
efi_start
Function · 0.85
Calls
2
write
Method · 0.80
console
Method · 0.80
Tested by
no test coverage detected